remove comment

This commit is contained in:
Peter Maquiran
2022-03-04 15:05:01 +01:00
parent 4dd7c83279
commit f3aabae9c7
@@ -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>