mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 07:52:41 +00:00
Fixed a bug with saving while not logged in
This commit is contained in:
@@ -4,7 +4,7 @@ const Nav = require('naturalcrit/nav/nav.jsx');
|
||||
module.exports = function(props){
|
||||
if(global.account){
|
||||
return <Nav.item href={`/user/${global.account.username}`} color='yellow' icon='fa-user'>
|
||||
profile
|
||||
{global.account.username}
|
||||
</Nav.item>
|
||||
}
|
||||
let url = '';
|
||||
|
||||
Reference in New Issue
Block a user