From 2dd48cd7ee2949979bb3469f6b0f2233a5740ec4 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Mon, 5 Aug 2024 12:55:38 +0800 Subject: [PATCH] fix: fix typo --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c6024799..7a490391 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -34,7 +34,7 @@ const App = () => { const APP_URL = NODE_ENV === 'production' ? URLConstants.derivAppProduction : URLConstants.derivAppStaging; window.location.href = `${APP_URL}/cashier/p2p`; } - }, [isGBLoaded, ShoudlRedirectToDerivApp]); + }, [isGBLoaded, ShouldRedirectToDerivApp]); return ( {/* TODO: Replace the fallback element with the ErrorComponent */}