Skip to content

Commit

Permalink
Adrienne / Added loader for wallets before redirecting to Traders Hub (
Browse files Browse the repository at this point in the history
…#18102)

* feat: store redirect metadata for traders hub from os-redirect

* Merge branch 'master' of github.com:deriv-com/deriv-app

* chore: added loader to wallets before redirecting to th
  • Loading branch information
adrienne-deriv authored Mar 6, 2025
1 parent f66d098 commit aae5e48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useActiveWalletAccount, useAllWalletAccounts, useIsEuRegion } from '@de
import { useDevice } from '@deriv-com/ui';
import {
WalletListHeader,
WalletLoader,
WalletsAddMoreCarousel,
WalletsCardLoader,
WalletsDisclaimerBanner,
Expand All @@ -27,7 +28,7 @@ const WalletsListingRoute: React.FC<TWalletsListingRouteProps> = ({ isHubRedirec
const shouldHideAddMoreCarousel = isAllWalletsLoading || isEuRegionLoading || (isEuRegion && hasAddedWallet);

if (isHubRedirectionEnabled) {
return null;
return <WalletLoader />;
}

return (
Expand Down

0 comments on commit aae5e48

Please sign in to comment.