From 9a844dae39fffcf2ffc5611df6388d35629edd64 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 26 Sep 2022 00:41:49 +1300 Subject: [PATCH] Fix class=>className --- 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 e0f82ba14..1aea1c8f3 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 || '-'}

: '' } ;