mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 20:53:24 +00:00
fix undefined class
This commit is contained in:
@@ -61,7 +61,7 @@ const Account = createClass({
|
||||
render : function(){
|
||||
// Logged in
|
||||
if(global.account){
|
||||
return <Nav.dropdown>
|
||||
return <Nav.dropdown className="account">
|
||||
<Nav.item
|
||||
className='account username'
|
||||
color='orange'
|
||||
|
||||
Reference in New Issue
Block a user