From 085e72b0ebb850defb320f991a9aecc87d1aa10a Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Thu, 24 Apr 2025 21:02:13 +0200 Subject: [PATCH] style: estimated time toont altijd 2 cijfers --- frontend/src/views/learning-paths/LearningPathPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index 5e157808..0da7c85c 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -274,7 +274,7 @@ import QuestionNotification from "@/components/QuestionNotification.vue";