Add "Edit profile" to account menu

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2019-09-18 13:35:09 -04:00
parent 29ae5ab09e
commit 340156876d
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 3 additions and 0 deletions

View File

@ -344,6 +344,9 @@ export class AppLayout extends Component<any, IAppLayoutState> {
/>
</LinkableListItem>
<Divider/>
<LinkableListItem to={"/you"}>
<ListItemText>Edit profile</ListItemText>
</LinkableListItem>
{/* <MenuItem>Switch account</MenuItem> */}
<MenuItem onClick={() => this.toggleLogOutDialog()}>Log out</MenuItem>
</div>