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