diff --git a/src/App.js b/src/App.js index b9c70d1..5abc415 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() { return false; }; return ( -
+
diff --git a/src/features/editor/Timbre.js b/src/features/editor/Timbre.js index 40ba78c..f33829e 100644 --- a/src/features/editor/Timbre.js +++ b/src/features/editor/Timbre.js @@ -13,7 +13,7 @@ import { selectById } from './timbreSlice.js'; export default function Timbre(props) { const ids = useSelector((state) => selectById(state, props.id)); return ( -
+

diff --git a/src/features/editor/index.js b/src/features/editor/index.js index 759c92b..9f4a376 100644 --- a/src/features/editor/index.js +++ b/src/features/editor/index.js @@ -7,7 +7,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} diff --git a/src/features/menu/index.js b/src/features/menu/index.js index 2ac4eff..ccf84c6 100644 --- a/src/features/menu/index.js +++ b/src/features/menu/index.js @@ -30,7 +30,7 @@ export default function Menu() { }, [file, dispatch]); return ( -
+