bug fixes

This commit is contained in:
Ben Elferink
2021-09-28 18:59:17 +03:00
parent 2f40cf797c
commit f2333078ca
2 changed files with 5 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ export default function Header() {
transformOrigin={{vertical: 'top', horizontal: 'right'}}>
<List style={{minWidth: '100px'}}>
<ListSubheader style={{textAlign: 'center'}}>
Hello, {isLoggedIn ? 'Ben' : 'Guest'}
Hello, {isLoggedIn ? account.username : 'Guest'}
</ListSubheader>
{isLoggedIn ? (