format code for tests
This commit is contained in:
parent
bd3f2845f8
commit
3a9349d9f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue