patch https cookies in production

This commit is contained in:
Sorrel Bri 2020-01-18 23:02:33 -08:00 committed by sorrelbri
parent cba61a78e9
commit 9729d15ff2

View file

@ -24,7 +24,7 @@ const HomeSidebar = (props) => {
return ( return (
<nav> <nav>
{props.state.user ? ifUser : ifNoUser} {props.state.user.username ? ifUser : ifNoUser}
</nav> </nav>
); );
} }