Add hover on missing LinkableListItem entries

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2019-10-05 13:31:51 -04:00
parent 1797a94eaf
commit 1aeb819029
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 9 additions and 2 deletions

View File

@ -567,6 +567,7 @@ export class AppLayout extends Component<any, IAppLayoutState> {
>
<div>
<LinkableListItem
button={true}
to={`/profile/${
this.state.currentUser
? this.state.currentUser
@ -609,12 +610,18 @@ export class AppLayout extends Component<any, IAppLayoutState> {
/>
</LinkableListItem>
<Divider />
<LinkableListItem to={"/you"}>
<LinkableListItem
button={true}
to={"/you"}
>
<ListItemText>
Edit profile
</ListItemText>
</LinkableListItem>
<LinkableListItem to={"/welcome"}>
<LinkableListItem
to={"/welcome"}
button={true}
>
<ListItemText>
{getAccountRegistry()
.length > 1