update: navbar logout
This commit is contained in:
parent
6d6bdee16f
commit
22407da1c9
|
@ -660,7 +660,11 @@ export default class App extends React.Component {
|
||||||
.changeRoute
|
.changeRoute
|
||||||
.bind(this, '/app/profile')} to={LINKS.PROFILE}> <MenuItem style={{fontSize: 14}}
|
.bind(this, '/app/profile')} to={LINKS.PROFILE}> <MenuItem style={{fontSize: 14}}
|
||||||
primaryText="Profile"/></Link>
|
primaryText="Profile"/></Link>
|
||||||
<MenuItem onClick={this.willLogout.bind(this)} style={{fontSize: 14}} primaryText="Sign out"/>
|
<Link onClick={this
|
||||||
|
.changeRoute
|
||||||
|
.bind(this, '/login')} to={LINKS.LOGIN}>
|
||||||
|
<MenuItem onClick={() => {}} style={{fontSize: 14}} primaryText="Sign out"/>
|
||||||
|
</Link>
|
||||||
</IconMenu>
|
</IconMenu>
|
||||||
</ToolbarGroup>
|
</ToolbarGroup>
|
||||||
</Toolbar>
|
</Toolbar>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user