mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 00:12:56 +00:00
Update client/homebrew/pages/accountPage/accountPage.jsx
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ const AccountPage = createClass({
|
||||
const result = <>
|
||||
<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><strong>Last Login: </strong> {this.props.uiItems.issued || '-'}</p>
|
||||
<p></p>
|
||||
<h3>MongoDB Information</h3>
|
||||
<p><strong>Brews on MongoDB: </strong> {this.props.uiItems.mongoCount || '-'}</p>
|
||||
|
||||
Reference in New Issue
Block a user