From 3a9349d9f53b33dcfcc137ebf8bece5c212cd62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Wed, 25 Sep 2024 12:59:18 +0200 Subject: [PATCH] format code for tests --- website/src/repl/components/panel/SoundsTab.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/repl/components/panel/SoundsTab.jsx b/website/src/repl/components/panel/SoundsTab.jsx index 5a58fb5c..73e05de3 100644 --- a/website/src/repl/components/panel/SoundsTab.jsx +++ b/website/src/repl/components/panel/SoundsTab.jsx @@ -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