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>  | ||||||
|                                 <template v-slot:append> |                                 <template v-slot:append> | ||||||
|                                     <QuestionNotification :node="node"></QuestionNotification> |                                     <QuestionNotification :node="node"></QuestionNotification> | ||||||
|                                     <div>{{ node.estimatedTime }}'</div>  |                                     <div>{{ (node.estimatedTime!).toLocaleString('en-US', {minimumIntegerDigits: 2, useGrouping:false}) }}'</div>  | ||||||
|                                 </template> |                                 </template> | ||||||
|                                  |                                  | ||||||
|                             </v-list-item> |                             </v-list-item> | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst