We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca43aa commit 2f77c18Copy full SHA for 2f77c18
src/components/task-detail/TaskDetailHistory.vue
@@ -29,17 +29,7 @@
29
"
30
class="flex w-full gap-1 justify-center text-body text-sm">
31
<p>{{ HistoryMessageBefore[item.taskHistoryType] }}</p>
32
- <p
33
- v-if="item.taskHistoryType === 'STATUS_SWITCHED'"
34
- class="text-primary1">
35
- {{ item.details.taskDetails?.value }}
36
- </p>
37
38
- v-else-if="
39
- item.taskHistoryType === 'PROCESSOR_CHANGED' ||
40
- item.taskHistoryType === 'PROCESSOR_ASSIGNED'
41
- "
42
+ <p class="text-primary1">
43
{{ item.details.taskDetails?.value }}
44
</p>
45
<p>{{ HistoryMessageAfter[item.taskHistoryType] }}</p>
0 commit comments