Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv authored Aug 5, 2024
1 parent 8131b4d commit 2dd48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<BrowserRouter>
{/* TODO: Replace the fallback element with the ErrorComponent */}
Expand Down

0 comments on commit 2dd48cd

Please sign in to comment.