bug fixed
This commit is contained in:
parent
3cfd84bd9a
commit
8b8c12208b
|
@ -168,7 +168,7 @@
|
|||
(click)="onClickProfileContextMenu('REGISTER_FAVORITE', userInfo)"
|
||||
>
|
||||
{{
|
||||
(userInfo.isFavorit ? 'group.unfavorite' : 'group.favorite') | translate
|
||||
(userInfo.isFavorit ? 'group.unfavorite' : 'group.favorit') | translate
|
||||
}}
|
||||
</button>
|
||||
<button mat-menu-item (click)="onClickProfileContextMenu('CHAT', userInfo)">
|
||||
|
|
Loading…
Reference in New Issue
Block a user