diff -r a28361bda28c -r e55ae84508bf client/src/components/Navbar.js --- a/client/src/components/Navbar.js Mon Sep 03 20:02:14 2018 +0200 +++ b/client/src/components/Navbar.js Wed Sep 05 12:27:52 2018 +0200 @@ -8,6 +8,7 @@ // import logo from './logo.svg'; import Modal from 'react-modal'; import * as authActions from '../actions/authActions'; +import * as sessionsActions from '../actions/sessionsActions'; import { forceSync } from '../actions/networkActions'; import { groupSetCurrent } from '../actions/groupActions'; import { isAuthenticated, getCurrentUser, getOnline, getCurrentGroup, getGroups } from '../selectors/authSelectors'; @@ -153,7 +154,11 @@