mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 01:42:42 +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() {
|
uiItems : function() {
|
||||||
// console.log(JSON.stringify(this.props.uiItems));
|
// console.log(JSON.stringify(this.props.uiItems));
|
||||||
const result = <>
|
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>Username: </strong> {this.props.uiItems.username || 'No user currently logged in'}</p>
|
||||||
<p><strong>Issued: </strong> {this.props.uiItems.issued || '-'}</p>
|
<p><strong>Issued: </strong> {this.props.uiItems.issued || '-'}</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user