Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 3a9349d

Browse files
format code for tests
1 parent bd3f284 commit 3a9349d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/repl/components/panel/SoundsTab.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export function SoundsTab() {
3737
return filtered.filter(([_, { data }]) => ['synth', 'soundfont'].includes(data.type));
3838
}
3939
return filtered;
40-
4140
}, [sounds, soundsFilter, search]);
4241

4342
// holds mutable ref to current triggered sound

0 commit comments

Comments
 (0)