From 83d7832da9a5fcffbf00cf149985521911aeb98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Stevanovi=C4=87?= Date: Tue, 20 Feb 2024 13:37:01 +0100 Subject: [PATCH] Add TODOs --- src/App.js | 1 + src/containers/MainContent.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/App.js b/src/App.js index c95101d..1815505 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ function App() { return (
+ {/* Move */} diff --git a/src/containers/MainContent.js b/src/containers/MainContent.js index d90984f..0fcd7ef 100644 --- a/src/containers/MainContent.js +++ b/src/containers/MainContent.js @@ -9,6 +9,9 @@ Modal.setAppElement("#root"); const MainContent = (props) => { const {message, im_forms} = props; + // TODO: Implement filtering inside of this Main Component so only im_forms passed... + // ...to FormListComponent are rendered + return (