From 8131b4d1dbfd6a31c4add263ffb1d0ff0deaa04d Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Mon, 5 Aug 2024 12:55:18 +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 c58148b2..c6024799 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,7 +16,7 @@ const i18nInstance = initializeI18n({ }); const App = () => { - const [ShoudlRedirectToDerivApp, isGBLoaded] = useGrowthbookGetFeatureValue({ + const [ShouldRedirectToDerivApp, isGBLoaded] = useGrowthbookGetFeatureValue({ featureFlag: 'redirect_to_deriv_app_p2p', }); const { init: initTrackJS } = useTrackjs();