diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index e0f82ba14..1aea1c8f3 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -48,7 +48,7 @@ const AccountPage = createClass({
Brews on Homebrewery: {this.props.uiItems.mongoCount || '-'}
-Linked to Google: {this.props.uiItems.googleId ? 'YES' : 'NO'}
{this.props.uiItems.googleId ?Brews on Google Drive: {this.props.uiItems.fileCount || '-'}
: '' } >;