Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TGlide committed May 29, 2024
1 parent 4a3da84 commit 0d0697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync-triggers/src/lib/tab.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export let tab: string;
const {tabs, content} = TabsContext.get();
const { tabs, content } = TabsContext.get();
onMount(() => {
tabs.update((curr) => {
Expand Down

0 comments on commit 0d0697c

Please sign in to comment.