diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index 371219240..1d236f7ad 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -75,13 +75,6 @@ const AccountPage = createClass({
Username: {this.props.uiItems.username || 'No user currently logged in'}
Last Login: {moment(this.props.uiItems.issued).format('dddd, MMMM Do YYYY, h:mm:ss a ZZ') || '-'}
-Brews on Homebrewery: {this.props.uiItems.mongoCount}
@@ -95,6 +88,11 @@ const AccountPage = createClass({ }