From 4f154922c03cadeae1476c21766cc705bed5b12b Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 3 May 2022 22:30:08 +1200 Subject: [PATCH] Update client/homebrew/pages/accountPage/accountPage.jsx Co-authored-by: Trevor Buckner --- 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 66c5f585a..2f13ee48b 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -43,7 +43,7 @@ const AccountPage = createClass({ const result = <>

Account Information

Username: {this.props.uiItems.username || 'No user currently logged in'}

-

Issued: {this.props.uiItems.issued || '-'}

+

Last Login: {this.props.uiItems.issued || '-'}

MongoDB Information

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