From 0b5684f2b9f9fea2185f8c44c954762590e9840d Mon Sep 17 00:00:00 2001 From: MiguelMLorente Date: Thu, 5 Dec 2024 10:46:38 +0100 Subject: [PATCH] Fix commit and reset actions crossing pointers by creating an action stack (will be used to send data to backend) --- web/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 7b878b6..30a0cc5 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -27,7 +27,6 @@ const App = (props: AppProps) => { }, [renderedPage]); setupNextPageTransition(); - return (
{renderedPage === "LANDING" && }