diff options
Diffstat (limited to 'app/features/navbar/components/Navbar.js')
-rw-r--r-- | app/features/navbar/components/Navbar.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/features/navbar/components/Navbar.js b/app/features/navbar/components/Navbar.js index 41e9e00..952519a 100644 --- a/app/features/navbar/components/Navbar.js +++ b/app/features/navbar/components/Navbar.js @@ -7,7 +7,6 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { SettingsButton, SettingsDrawer } from '../../settings'; -import { isElectronMac } from '../../utils'; import HelpButton from './HelpButton'; import Logo from './Logo'; @@ -66,7 +65,6 @@ class Navbar extends Component<Props, *> { globalPrimaryActions = { this._getPrimaryActions() } globalPrimaryIcon = { <Logo /> } globalSecondaryActions = { this._getSecondaryActions() } - isElectronMac = { isElectronMac() } isOpen = { false } isResizeable = { false } /> ); |