0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 06:22:40 +00:00

Added in a logout to the user page

This commit is contained in:
Scott Tolksdorf
2017-01-09 17:32:46 -05:00
parent 0d0f0d8eb0
commit baaa82ed34
6 changed files with 74 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ const UserPage = React.createClass({
<Navbar>
<Nav.section>
<RecentNavItem.both />
<Account />
<Account userPage={this.props.username} />
</Nav.section>
</Navbar>