[이슈처리 5] MyTalk 에서 unread count 보이는 문제 수정.

This commit is contained in:
leejinho
2019-11-22 09:03:32 +09:00
parent 447577aa1b
commit d90e93f0c6
4 changed files with 10 additions and 1 deletions

View File

@@ -154,7 +154,7 @@
<div class="time secondary-text">
<ul>
<li>{{ getUnreadCount(message) }}</li>
<li *ngIf="isShowUnreadCount">{{ getUnreadCount(message) }}</li>
<li>
{{ moment(message.sendDate).toDate() | date: 'a hh:mm' }}
</li>