diff -r 97536386b397 -r 57d63a248f0d client/src/components/NavbarGroup.js --- a/client/src/components/NavbarGroup.js Wed Aug 29 11:02:36 2018 +0200 +++ b/client/src/components/NavbarGroup.js Fri Aug 31 15:14:18 2018 +0200 @@ -35,6 +35,7 @@ const {currentGroup, groups, onSelect} = this.props; const onClickGroup = (e) => { + e.preventDefault(); onSelect(e.target.dataset.groupname); this.hideDropDown(); } @@ -42,20 +43,20 @@ if (currentGroup) { const currentGroupName = currentGroup.get('name'); return ( -