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 a1e4ae3 commit 8131b4d
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 @@ -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();
Expand Down

0 comments on commit 8131b4d

Please sign in to comment.