mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 10:38:37 +00:00
format code for tests
This commit is contained in:
parent
bd3f2845f8
commit
3a9349d9f5
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user