fix undefined date at response from websocket api

This commit is contained in:
tiago.kayaya
2022-02-02 10:01:37 +01:00
parent 964a4201c9
commit aad07d8349
3 changed files with 14 additions and 11 deletions
@@ -68,7 +68,7 @@
</div>
<div class="title">
<ion-label>{{msg.u.name}}</ion-label>
<span class="time">{{showDateDuration(msg._updatedAt)}}</span>
<span class="time">{{showDateDuration(msg.duration)}}</span>
</div>
<div>
<div *ngIf="msg.attachments" class="message-attachments">