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) => { const Account = (props) => {
if (props.user) { if (props.user) {
return ( return (
<NavDropdown title="Account"> <Account user={ props.user } />
<NavDropdown.Item href="/signout">Log out</NavDropdown.Item> // <NavDropdown title="Account">
</NavDropdown> // <NavDropdown.Item href="/signout">Log out</NavDropdown.Item>
// </NavDropdown>
) )
} }
else { else {