mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove comment
This commit is contained in:
@@ -55,10 +55,7 @@
|
||||
<ion-label class="flex-0">{{msg.msg}} </ion-label>
|
||||
<ion-label class="float-status-all float-status" >
|
||||
|
||||
{{ msg.messageSend }}
|
||||
{{ msg.received.length }}
|
||||
{{ msg.viewed.length }}
|
||||
::{{ msg.sendAttempt }}::
|
||||
|
||||
|
||||
<ion-icon *ngIf="msg.messageSend == false" src="assets/images/clock-regular.svg"></ion-icon>
|
||||
<ion-icon *ngIf="msg.messageSend == true && msg.received.length == 0" src="assets/images/check-solid.svg"></ion-icon>
|
||||
|
||||
Reference in New Issue
Block a user