diff --git a/app/features/navbar/components/Navbar.js b/app/features/navbar/components/Navbar.js index c193211..3d8c911 100644 --- a/app/features/navbar/components/Navbar.js +++ b/app/features/navbar/components/Navbar.js @@ -16,15 +16,6 @@ import Logo from './Logo'; * Navigation Bar component. */ class Navbar extends Component<*> { - /** - * Get the primary icon of Global Navigation. - * - * @returns {ReactElement} - */ - _getPrimaryIcon() { - return ; - } - /** * Get the array of Primary actions of Global Navigation. * @@ -65,7 +56,7 @@ class Navbar extends Component<*> { key = { 0 } /> ] } globalPrimaryActions = { this._getPrimaryActions() } - globalPrimaryIcon = { this._getPrimaryIcon() } + globalPrimaryIcon = { } globalSecondaryActions = { this._getSecondaryActions() } isElectronMac = { isElectronMac() } isOpen = { false }