Skip to content

Commit

Permalink
General: Fix an issue on the user settings page (#7195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender authored Sep 14, 2023
1 parent 4332d9e commit a51749b
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 a51749b

Please sign in to comment.