From a7d1cf28ba7fbf8b0f0ec7facfa6e4674f666701 Mon Sep 17 00:00:00 2001 From: Backwards Date: Thu, 16 Jan 2025 00:57:45 +0000 Subject: [PATCH] Removed counter (used for testing) --- src/lib/components/Common/Tracker.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/Common/Tracker.svelte b/src/lib/components/Common/Tracker.svelte index 966fac3..3cd06a5 100644 --- a/src/lib/components/Common/Tracker.svelte +++ b/src/lib/components/Common/Tracker.svelte @@ -25,7 +25,6 @@ // let currentSection = 0 -

{currentSection}

{#if includeFirst ? currentSection >= 0 : currentSection > 0}