diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index d2bd2f444..66c5f585a 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -41,7 +41,7 @@ const AccountPage = createClass({ uiItems : function() { // console.log(JSON.stringify(this.props.uiItems)); const result = <> -
Username: {this.props.uiItems.username || 'No user currently logged in'}
Issued: {this.props.uiItems.issued || '-'}