diff --git a/src/components/molecules/Switcher.svelte b/src/components/molecules/Switcher.svelte index 3a20484..37d58d0 100644 --- a/src/components/molecules/Switcher.svelte +++ b/src/components/molecules/Switcher.svelte @@ -9,8 +9,6 @@ // Components import Icon from '$components/atoms/Icon.svelte' - export let isOver: boolean = false - const { settings: { switcher_links }}: any = getContext('global') let switcherEl: HTMLElement @@ -24,7 +22,6 @@ isOpen = !isOpen } - /** * Detect outside click */ @@ -40,7 +37,6 @@