From 3b2a863b6cf0083c659f55272cf637a1705b07f7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 25 Jul 2023 23:44:42 +0200 Subject: [PATCH] fix: feature flag checkbox name --- src/components/SettingsPopover.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/SettingsPopover.astro b/src/components/SettingsPopover.astro index 9c3769c..c5e5334 100644 --- a/src/components/SettingsPopover.astro +++ b/src/components/SettingsPopover.astro @@ -24,7 +24,11 @@ const { toggle } = Astro.props; (settings, index) => settings !== "" && (
- +
)