From 27746f534aee89e7801e232b6518983bb8af08b0 Mon Sep 17 00:00:00 2001
From: Josh Creek <8179928+jcreek@users.noreply.github.com>
Date: Wed, 12 Jul 2023 17:23:11 +0000
Subject: [PATCH] feat(*): Disable estimates when estimation closed
---
src/components/Estimates.svelte | 8 +++++++-
src/routes/estimation/[roomId]/+page.svelte | 5 ++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/components/Estimates.svelte b/src/components/Estimates.svelte
index 7c832fc..1e354cd 100644
--- a/src/components/Estimates.svelte
+++ b/src/components/Estimates.svelte
@@ -1,13 +1,15 @@
{#each values as value}
-
+
{#if Object.keys(estimateGroups).length > 0}