patch https cookies in production

This commit is contained in:
Sorrel Bri 2020-01-18 23:02:33 -08:00
parent eb86556f2a
commit 082cf29470

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>
); );
} }