mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 21:02:49 +00:00
Update client/homebrew/navbar/account.navitem.jsx
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ const Account = createClass({
|
|||||||
return response.body;
|
return response.body;
|
||||||
})
|
})
|
||||||
.catch((err)=>{
|
.catch((err)=>{
|
||||||
return null;
|
console.warn(err);
|
||||||
});
|
});
|
||||||
if(!token) return;
|
if(!token) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user