From 5193271796885dba1eea3cdd7496d9fccc1ffe11 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 26 Sep 2022 00:41:17 +1300 Subject: [PATCH] Fix Google Drive icon --- client/homebrew/pages/accountPage/accountPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx index f4aecae49..e0f82ba14 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -48,7 +48,7 @@ const AccountPage = createClass({

Homebrewery Information

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

-

Google Information

+

Google Information

Linked to Google: {this.props.uiItems.googleId ? 'YES' : 'NO'}

{this.props.uiItems.googleId ?

Brews on Google Drive: {this.props.uiItems.fileCount || '-'}

: '' } ;