From b36b52104fe39f3870f8d2d02f3323e2b8aea0ba Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 17:58:15 +0200 Subject: [PATCH] Actualiser src/features/editor/index.jsx --- src/features/editor/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/editor/index.jsx b/src/features/editor/index.jsx index 53554be..680e97b 100644 --- a/src/features/editor/index.jsx +++ b/src/features/editor/index.jsx @@ -6,7 +6,7 @@ import { useSelector } from 'react-redux'; export default function Editor() { const activeTab = useSelector((state) => state.parameters.activeTab); return ( -
+
{activeTab === 'Timbre1' ? : null} {activeTab === 'Timbre2' ? : null} {activeTab === 'Vocoder' ? : null}