diff --git a/src/components/Navbar/Navbar.container.ts b/src/components/Navbar/Navbar.container.ts index f53977944..b29bf68c4 100644 --- a/src/components/Navbar/Navbar.container.ts +++ b/src/components/Navbar/Navbar.container.ts @@ -12,7 +12,7 @@ import Navbar from './Navbar' const mapState = (state: RootState): MapStateProps => ({ hasPendingTransactions: getTransactions(state).some(tx => isPending(tx.status)), isSignedIn: isLoggedIn(state), - isNewNavbarEnabled: getIsNewNavbarDropdownEnabled(state), + isNewNavbarEnabled: getIsNewNavbarDropdownEnabled(state) }) const mapDispatch = (dispatch: MapDispatch): MapDispatchProps => ({