From 2b1fe5d3fe7bed6de724493d22cef476a02332a3 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 3 May 2022 22:29:53 +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 d2bd2f444..66c5f585a 100644 --- a/client/homebrew/pages/accountPage/accountPage.jsx +++ b/client/homebrew/pages/accountPage/accountPage.jsx @@ -41,7 +41,7 @@ const AccountPage = createClass({ uiItems : function() { // console.log(JSON.stringify(this.props.uiItems)); const result = <> -

Account Information

+

Account Information

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

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