From a9cb52c68ba25b3585b3427952da9f1c08f5864e Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 14 Oct 2024 15:49:27 +0530 Subject: [PATCH] fix: hide timer instructions if duration is not set --- frontend/src/components/Quiz.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue index 1c5f55f2..e6433764 100644 --- a/frontend/src/components/Quiz.vue +++ b/frontend/src/components/Quiz.vue @@ -1,21 +1,21 @@