From 74245888857b88c4c3bd16585ca364b2be4e05f9 Mon Sep 17 00:00:00 2001 From: Aoife Date: Sun, 4 Apr 2021 02:37:05 -0400 Subject: [PATCH] small adjustments --- src/App.js | 2 +- src/features/editor/Timbre.js | 2 +- src/features/editor/card.js | 2 +- src/features/editor/index.js | 2 +- src/features/menu/index.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 ( -
+