Temp fix, Johannes to investigate

This commit is contained in:
Ray 2023-10-10 09:37:04 +00:00 committed by GitHub
parent 7129071a55
commit 10dc5673eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,10 @@ export function Header(props) {
const Account = (props) => {
if (props.user) {
return (
<NavDropdown title="Account">
<NavDropdown.Item href="/signout">Log out</NavDropdown.Item>
</NavDropdown>
<Account user={ props.user } />
// <NavDropdown title="Account">
// <NavDropdown.Item href="/signout">Log out</NavDropdown.Item>
// </NavDropdown>
)
}
else {