diff --git a/src/pages/workspace/expensifyCard/WorkspaceExpensifyCardPage.tsx b/src/pages/workspace/expensifyCard/WorkspaceExpensifyCardPage.tsx index 3dc456553c5f..9aa1b9669711 100644 --- a/src/pages/workspace/expensifyCard/WorkspaceExpensifyCardPage.tsx +++ b/src/pages/workspace/expensifyCard/WorkspaceExpensifyCardPage.tsx @@ -1,9 +1,8 @@ import React, {useCallback, useEffect} from 'react'; -import ActivityIndicator from '@components/ActivityIndicator'; +import FullScreenLoadingIndicator from '@components/FullscreenLoadingIndicator'; import useDefaultFundID from '@hooks/useDefaultFundID'; import useNetwork from '@hooks/useNetwork'; import useOnyx from '@hooks/useOnyx'; -import useThemeStyles from '@hooks/useThemeStyles'; import {updateSelectedExpensifyCardFeed} from '@libs/actions/Card'; import {filterInactiveCards} from '@libs/CardUtils'; import type {PlatformStackScreenProps} from '@libs/Navigation/PlatformStackNavigation/types'; @@ -20,7 +19,6 @@ type WorkspaceExpensifyCardPageProps = PlatformStackScreenProps { if (!!isLoading && !paymentBankAccountID) { - return ( - - ); + return ; } if (paymentBankAccountID) { return (