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.filter(([_, { data }]) => ['synth', 'soundfont'].includes(data.type));
} }
return filtered; return filtered;
}, [sounds, soundsFilter, search]); }, [sounds, soundsFilter, search]);
// holds mutable ref to current triggered sound // holds mutable ref to current triggered sound