We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dde35 commit 7d2d3e8Copy full SHA for 7d2d3e8
frontend/src/components/app/matches/Message.vue
@@ -21,8 +21,7 @@
21
<div class="ml-4 w-full">
22
<div class="flex justify-between">
23
<h1 class="font-bold">{{this.match.first_name}}</h1>
24
-<!-- <h1 class="text-sm opacity-50">{{this.message.last_message_timestamp}}</h1>-->
25
- <h1 class="text-sm opacity-50">sep 25</h1>
+ <h1 class="text-sm opacity-50">{{this.message.last_message_timestamp_ago}}</h1>
26
</div>
27
<h1 v-bind:class="{'opacity-50': this.message.is_unseen}">{{getMessage}}</h1>
28
0 commit comments