Merge pull request #1346 from mattmontgomery/patch-2

Adds logout for non-admin users
This commit is contained in:
Wyatt Johnson
2018-02-07 10:40:05 -07:00
committed by GitHub
+1 -1
View File
@@ -75,7 +75,7 @@ class LayoutContainer extends React.Component {
);
} else if (loggedIn) {
return (
<Layout {...this.props}>
<Layout handleLogout={logout} {...this.props}>
<p>
This page is for team use only. Please contact an administrator if
you want to join this team.