File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 43
43
</div >
44
44
</div >
45
45
46
- <div class =" flex flex-col" >
47
- <p class =" font-medium" >{{ $t('form.field.lastReplyAt') }}</p >
48
- <Skeleton v-if =" conversationStore.conversation.loading" class =" w-32 h-4" />
49
- <p v-if =" conversation.last_reply_at" >
50
- {{ format(conversation.last_reply_at, 'PPpp') }}
51
- </p >
52
- <p v-else >-</p >
53
- </div >
54
-
55
46
<div class =" flex flex-col" >
56
47
<div class =" flex justify-start items-center space-x-2" >
57
48
<p class =" font-medium" >{{ $t('form.field.resolvedAt') }}</p >
71
62
</div >
72
63
</div >
73
64
65
+ <div class =" flex flex-col" >
66
+ <p class =" font-medium" >{{ $t('form.field.lastReplyAt') }}</p >
67
+ <Skeleton v-if =" conversationStore.conversation.loading" class =" w-32 h-4" />
68
+ <p v-if =" conversation.last_reply_at" >
69
+ {{ format(conversation.last_reply_at, 'PPpp') }}
70
+ </p >
71
+ <p v-else >-</p >
72
+ </div >
73
+
74
74
<div class =" flex flex-col" v-if =" conversation.closed_at" >
75
75
<p class =" font-medium" >{{ $t('form.field.closedAt') }}</p >
76
76
<Skeleton v-if =" conversationStore.conversation.loading" class =" w-32 h-4" />
You can’t perform that action at this time.
0 commit comments