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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user