0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 05:12:39 +00:00

Update client/homebrew/pages/accountPage/accountPage.jsx

Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
G.Ambatte
2022-05-03 22:29:53 +12:00
committed by GitHub
parent 03402e4342
commit 2b1fe5d3fe

View File

@@ -41,7 +41,7 @@ const AccountPage = createClass({
uiItems : function() {
// console.log(JSON.stringify(this.props.uiItems));
const result = <>
<h1>Account Information</h1>
<h1>Account Information <i class="fas fa-user"></i></h1>
<p><strong>Username: </strong> {this.props.uiItems.username || 'No user currently logged in'}</p>
<p><strong>Issued: </strong> {this.props.uiItems.issued || '-'}</p>
<p></p>