diff --git a/client/homebrew/navbar/account.navitem.jsx b/client/homebrew/navbar/account.navitem.jsx index a1a739005..3640a81a5 100644 --- a/client/homebrew/navbar/account.navitem.jsx +++ b/client/homebrew/navbar/account.navitem.jsx @@ -31,7 +31,7 @@ const Account = createClass({ localLogin : async function(){ const username = prompt('Enter username:'); - if(!username) {return;}; + if(!username) {return;} const expiry = new Date; expiry.setFullYear(expiry.getFullYear() + 1);