mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
mobile create grupo and contact
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
|
||||
<ion-fab horizontal="start" vertical="bottom" slot="fixed">
|
||||
<div *ngFor="let user of RoomStore.userTyping$; let i = index">
|
||||
{{ user }} <ng-container *ngIf="i == userTyping$.length - 1">... </ng-container>
|
||||
{{ user }} <ng-container *ngIf="i == RoomStore.userTyping$.length - 1">... </ng-container>
|
||||
</div>
|
||||
</ion-fab>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user