Skip to content

Commit

Permalink
Removed "name" property which was used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
exejar committed Mar 1, 2024
1 parent b0adfc4 commit 29e072a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/util/ButtonBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import {scroll} from "./VerticalScroll.svelte";
export let buttons: OptionButton[]
export let name: string
let dropdown: HTMLElement
let cozyButtons: HTMLElement
Expand Down

0 comments on commit 29e072a

Please sign in to comment.