mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
format code for tests
This commit is contained in:
@@ -37,7 +37,6 @@ export function SoundsTab() {
|
||||
return filtered.filter(([_, { data }]) => ['synth', 'soundfont'].includes(data.type));
|
||||
}
|
||||
return filtered;
|
||||
|
||||
}, [sounds, soundsFilter, search]);
|
||||
|
||||
// holds mutable ref to current triggered sound
|
||||
|
||||
Reference in New Issue
Block a user