Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(chat): show seen status on the latest message
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 25, 2022
1 parent ca567b3 commit afb0864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/consultation/chat_window/chat_message_item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:user="chatMessage.user"/>
</div>
<div
v-if="!isMessageKindStatus(chatMessage)"
v-if="!isMessageKindStatus(chatMessage) && !nextMessage"
class="seen-list">
<span
v-for="activity in chatMessageActivityResources"
Expand Down

0 comments on commit afb0864

Please sign in to comment.