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 */}