diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index 034f9ae05..d2bd2f444 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -48,9 +48,9 @@ const AccountPage = createClass({
Brews on MongoDB: {this.props.uiItems.mongoCount || '-'}
-Linked to Google: {this.props.uiItems.googleId ? 'YES' : 'NO'}
- {this.props.uiItems.googleId ?Brews on Google: {this.props.uiItems.fileCount || '-'}
: '' } + {this.props.uiItems.googleId ?Brews on Google Drive: {this.props.uiItems.fileCount || '-'}
: '' } >; return result;