diff options
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(' ') }> |
