From a71fbdecd3c89a854e6361d4ed3f553454dc5da8 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 27 Nov 2023 11:40:07 +0100 Subject: [PATCH] better emoji when there is a problem --- src/modules/record/components/StepRecord.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/record/components/StepRecord.vue b/src/modules/record/components/StepRecord.vue index 7d63c21..c5efb70 100644 --- a/src/modules/record/components/StepRecord.vue +++ b/src/modules/record/components/StepRecord.vue @@ -52,7 +52,7 @@ const duration = computed(() => { ) }) -const isSuperiorToEstimation = computed(() => { +const isGreaterThanEstimation = computed(() => { if (!step.value || !stepRecord.value || !duration.value) { return false } @@ -80,8 +80,8 @@ const isSuperiorToEstimation = computed(() => { - - ⚠️ + +