@@ -3,7 +3,7 @@ import {tryNewDotOnyxSelector} from '@selectors/Onboarding';
33import React , { useEffect , useMemo , useState } from 'react' ;
44import { View } from 'react-native' ;
55import useIsPaidPolicyAdmin from '@hooks/useIsPaidPolicyAdmin' ;
6- import { useMemoizedLazyIllustrations } from '@hooks/useLazyAsset' ;
6+ // import {useMemoizedLazyIllustrations} from '@hooks/useLazyAsset';
77import useLocalize from '@hooks/useLocalize' ;
88import useOnyx from '@hooks/useOnyx' ;
99import useResponsiveLayout from '@hooks/useResponsiveLayout' ;
@@ -38,7 +38,7 @@ function MigratedUserWelcomeModal() {
3838 const [ isModalDisabled , setIsModalDisabled ] = useState ( true ) ;
3939 const route = useRoute < PlatformStackRouteProp < MigratedUserModalNavigatorParamList , typeof SCREENS . MIGRATED_USER_WELCOME_MODAL . ROOT > > ( ) ;
4040 const shouldOpenSearch = route ?. params ?. shouldOpenSearch === 'true' ;
41- const illustrations = useMemoizedLazyIllustrations ( [ 'ExpensifyMobileApp ' ] as const ) ;
41+ // const illustrations = useMemoizedLazyIllustrations(['MagnifyingGlassReceipt', 'ConciergeBot', 'ChatBubbles '] as const);
4242 const isCurrentUserPolicyAdmin = useIsPaidPolicyAdmin ( ) ;
4343
4444 const ExpensifyFeatures = useMemo < FeatureListItem [ ] > (
@@ -56,7 +56,7 @@ function MigratedUserWelcomeModal() {
5656 translationKey : 'migratedUserWelcomeModal.features.chat' ,
5757 } ,
5858 ] ,
59- [ illustrations . ExpensifyMobileApp ] ,
59+ [ ] ,
6060 ) ;
6161
6262 const [ tryNewDot , tryNewDotMetadata ] = useOnyx ( ONYXKEYS . NVP_TRY_NEW_DOT , {
0 commit comments