Skip to content

Commit

Permalink
fix: use proper info in user navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Aschwanden committed Nov 23, 2022
1 parent 6e32c26 commit 4446d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function UserNavBar() {
<span className="icon">
<FontAwesomeIcon icon={faUser} />
</span>
<span>{userState.username || userState.email}</span>
<span>{userState.email || userState.username}</span>
</span>
</div>
<hr className="navbar-divider" />
Expand Down

0 comments on commit 4446d2e

Please sign in to comment.