From 7127684ee46834cf00ab2bbc4aac1ae240d91d16 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:37:13 +0100 Subject: [PATCH] feat(#32): Add estimate misunderstanding message --- src/routes/estimation/[roomId]/+page.svelte | 26 ++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/routes/estimation/[roomId]/+page.svelte b/src/routes/estimation/[roomId]/+page.svelte index 175a262..544a0fa 100644 --- a/src/routes/estimation/[roomId]/+page.svelte +++ b/src/routes/estimation/[roomId]/+page.svelte @@ -1,5 +1,10 @@ {#if showModal} - + {/if} {/if} +{#if showLackOfUnderstandingMessage} + +{/if} +