diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-07-21 10:14:51 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-07-21 10:14:51 +0100 |
| commit | fc7fbd09cb4cc77f56f8ab15af4e1f2669f385a7 (patch) | |
| tree | 5dd213beeea22d9c6f29297f7d515e26efc784bb /app/components/WindowChrome.js | |
| parent | be75990c6ebdd7f0ee356775ecd017b6e3bc0fc0 (diff) | |
| parent | 14eb55140257e70242ac8aa7319c75dc62e1bd64 (diff) | |
| download | mullvadvpn-fc7fbd09cb4cc77f56f8ab15af4e1f2669f385a7.tar.xz mullvadvpn-fc7fbd09cb4cc77f56f8ab15af4e1f2669f385a7.zip | |
Merge branch 'settings-tests'
Diffstat (limited to 'app/components/WindowChrome.js')
| -rw-r--r-- | app/components/WindowChrome.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/components/WindowChrome.js b/app/components/WindowChrome.js index 141c99fdb4..d7094813db 100644 --- a/app/components/WindowChrome.js +++ b/app/components/WindowChrome.js @@ -5,8 +5,7 @@ export default class WindowChrome extends Component { props: { children: Array<React.Element<*>> | React.Element<*> } - - render() { + render(): React.Element<*> { const chromeClass = ['window-chrome', 'window-chrome--' + process.platform]; return ( <div className={ chromeClass.join(' ') }> |
