style: estimated time toont altijd 2 cijfers
This commit is contained in:
parent
0a37d96c69
commit
085e72b0eb
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ import QuestionNotification from "@/components/QuestionNotification.vue";
|
|||
</template>
|
||||
<template v-slot:append>
|
||||
<QuestionNotification :node="node"></QuestionNotification>
|
||||
<div>{{ node.estimatedTime }}'</div>
|
||||
<div>{{ (node.estimatedTime!).toLocaleString('en-US', {minimumIntegerDigits: 2, useGrouping:false}) }}'</div>
|
||||
</template>
|
||||
|
||||
</v-list-item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue