Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Apr 25, 2019
1 parent 01c7c0f commit 62c92c5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ <h3>Recent</h3>
</mat-menu>
<button id="userMenu" *ngIf="!hideMenu" class="page-header__menu-button" mat-icon-button
[matMenuTriggerFor]="menu">
</mat-icon>
</button>
<button id="userMenu" *ngIf="!hideMenu" class="page-header__menu-button" mat-icon-button
[matMenuTriggerFor]="menu">
<div class="page-header__menu-button-icon"> {{ userNameFirstLetter$ | async }} </div>
</button>
<mat-menu #menu="matMenu" [overlapTrigger]="false" class="page-header__menu">
Expand Down

0 comments on commit 62c92c5

Please sign in to comment.