From 0a086aa466b4a0088320d5e365dd3fbbe07fb2d3 Mon Sep 17 00:00:00 2001 From: May <40745122+SomewhatMay@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:32:14 -0400 Subject: [PATCH] foul explanation textbox only appears when foul is not set to None --- src/lib/components/FormFlow/Section.svelte | 8 +++++++- src/lib/components/FormFlow/index.svelte | 8 -------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/lib/components/FormFlow/Section.svelte b/src/lib/components/FormFlow/Section.svelte index ff6290e..14fdf5b 100644 --- a/src/lib/components/FormFlow/Section.svelte +++ b/src/lib/components/FormFlow/Section.svelte @@ -1,15 +1,21 @@