0
0
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:
G.Ambatte
2022-04-13 14:30:49 +12:00
committed by GitHub
parent ad8d5bd8a0
commit 0999125678

View File

@@ -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;