We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c05a0 commit 7868e11Copy full SHA for 7868e11
ceremony/src/lib/components/Terminal/Contributors.svelte
@@ -10,7 +10,7 @@ const { terminal } = getState()
10
let contributions: Contributions | null = null
11
let data: Array<{ text: string; action: string }> = $state([])
12
13
-onMount(async () => {
+onMount(() => {
14
contributions = new Contributions()
15
})
16
0 commit comments