fix revert (#1232)

This commit is contained in:
Cilibiu Bogdan
2019-10-21 12:26:34 +03:00
committed by GitHub
parent 84b190a441
commit 37f3a07906
@@ -1,8 +1,12 @@
<div title="{{ (profile$ | async)?.id }}">
<div class="current-user__full-name">{{ (profile$ | async)?.userName }}</div>
<div class="current-user__avatar am-avatar" [matMenuTriggerFor]="userMenu">
<button
mat-icon-button
class="current-user__avatar am-avatar"
[matMenuTriggerFor]="userMenu"
>
{{ (profile$ | async)?.initials }}
</div>
</button>
</div>
<mat-menu #userMenu="matMenu" [overlapTrigger]="false">