patch https cookies in production
This commit is contained in:
parent
a5206c965c
commit
65bbeb71dd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const HomeSidebar = (props) => {
|
|||
|
||||
return (
|
||||
<nav>
|
||||
{props.state.user ? ifUser : ifNoUser}
|
||||
{props.state.user.username ? ifUser : ifNoUser}
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue