From 03402e43426190f2be861e62d1ba194be8609526 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 3 May 2022 22:29:33 +1200 Subject: [PATCH] Add Google icon Co-authored-by: Trevor Buckner --- client/homebrew/pages/accountPage/accountPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({

MongoDB Information

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

-

Google Information

+

Google Information

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;