diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index 66c5f585a..2f13ee48b 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -43,7 +43,7 @@ const AccountPage = createClass({ const result = <>

Account Information

Username: {this.props.uiItems.username || 'No user currently logged in'}

-

Issued: {this.props.uiItems.issued || '-'}

+

Last Login: {this.props.uiItems.issued || '-'}

MongoDB Information

Brews on MongoDB: {this.props.uiItems.mongoCount || '-'}