diff options
| author | Andrei Mihailov <and.mikhaylov@gmail.com> | 2017-02-16 12:18:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-16 12:18:52 +0000 |
| commit | 4aaf7e0ddbbdf9a5e03fdbb20ecabe4866de96c3 (patch) | |
| tree | 8f7dfc5545c484472d3dc5138cddf6a810fa0558 /app/components/Layout.js | |
| parent | 5ba4a72e546747167e7ae815724ee2dd4b2ef8fb (diff) | |
| download | mullvadvpn-4aaf7e0ddbbdf9a5e03fdbb20ecabe4866de96c3.tar.xz mullvadvpn-4aaf7e0ddbbdf9a5e03fdbb20ecabe4866de96c3.zip | |
Feature/menubar popup window (#1)
Add menubar and tests
Diffstat (limited to 'app/components/Layout.js')
| -rw-r--r-- | app/components/Layout.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/Layout.js b/app/components/Layout.js index b0cc0a8420..50f52e7dca 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -10,7 +10,7 @@ export class Header extends Component { <div className="layout__header"> <HeaderBar {...this.props} /> </div> - ) + ); } } @@ -24,7 +24,7 @@ export class Container extends Component { <div className="layout__container"> {this.props.children} </div> - ) + ); } } |
