From 8a4593b5422a95685c11c96a75790e3c17e4267a 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 c2924c0..4a920d8 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -28,7 +28,6 @@ const App = (props: AppProps) => { }, [renderedPage]); setupNextPageTransition(); - return (
{renderedPage === "LANDING" && }