format code for tests

This commit is contained in:
Raphaël Forment 2024-09-25 12:59:18 +02:00
parent bd3f2845f8
commit 3a9349d9f5

View File

@ -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