Skip to content

Commit

Permalink
General: Fix an issue on the user settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender committed Sep 13, 2023
1 parent 4332d9e commit 8e7ef03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<div class="col-lg-3 col-sm-12">
<!-- profile header -->
<div class="d-flex">
<fa-icon id="avatar" size="3x" [icon]="'user'"></fa-icon>
<fa-icon id="avatar" size="3x" [icon]="faUser"></fa-icon>
<div *ngIf="currentUser">
<span *ngIf="currentUser.name" id="user-header">{{ currentUser.name }}</span>
Expand Down

0 comments on commit 8e7ef03

Please sign in to comment.