mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Temp fix, Johannes to investigate
This commit is contained in:
parent
7129071a55
commit
10dc5673eb
1 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue