hotfix(ui-shell): remove toggle accessor from HeaderNavMenu

This was mistakenly added in #1073
This commit is contained in:
Eric Liu 2022-02-10 07:51:19 -08:00
commit 4dae650f76

View file

@ -14,10 +14,6 @@
/** Obtain a reference to the HTML anchor element */
export let ref = null;
export function toggle() {
expanded = !expanded;
}
import { setContext } from "svelte";
import { writable } from "svelte/store";
import ChevronDown16 from "../../icons/ChevronDown16.svelte";