Skip to content

Commit 68533e5

Browse files
Merge branch 'master' of github.com:deriv-com/deriv-app
2 parents 068f03d + aae5e48 commit 68533e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/wallets/src/routes/WalletsListingRoute/WalletsListingRoute.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { useActiveWalletAccount, useAllWalletAccounts, useIsEuRegion } from '@de
33
import { useDevice } from '@deriv-com/ui';
44
import {
55
WalletListHeader,
6+
WalletLoader,
67
WalletsAddMoreCarousel,
78
WalletsCardLoader,
89
WalletsDisclaimerBanner,
@@ -27,7 +28,7 @@ const WalletsListingRoute: React.FC<TWalletsListingRouteProps> = ({ isHubRedirec
2728
const shouldHideAddMoreCarousel = isAllWalletsLoading || isEuRegionLoading || (isEuRegion && hasAddedWallet);
2829

2930
if (isHubRedirectionEnabled) {
30-
return null;
31+
return <WalletLoader />;
3132
}
3233

3334
return (

0 commit comments

Comments
 (0)