diff --git a/src/components/SettingsPopover.astro b/src/components/SettingsPopover.astro index 81f13f8..9c3769c 100644 --- a/src/components/SettingsPopover.astro +++ b/src/components/SettingsPopover.astro @@ -21,11 +21,11 @@ const { toggle } = Astro.props; { enabledSettings.map( - (settings) => + (settings, index) => settings !== "" && (
- - + +
) )