File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ function SearchPage({route}: SearchPageProps) {
6060 const isCurrentFooterState = footerCurrencyState . searchHash === currentSearchHash ;
6161 const selectedCurrency = isCurrentFooterState ? footerCurrencyState . selectedCurrency : undefined ;
6262 const defaultFooterCurrency = isCurrentFooterState ? footerCurrencyState . defaultCurrency : undefined ;
63- const pendingFooterCurrency = isCurrentFooterState ? footerCurrencyState . pendingCurrency : undefined ;
6463
6564 useConfirmReadyToOpenApp ( ) ;
6665 useSearchPageSetup ( currentSearchQueryJSON ) ;
@@ -206,7 +205,7 @@ function SearchPage({route}: SearchPageProps) {
206205 onDestinationVisible : overlayEndSubmitSpans ,
207206 } ) ;
208207
209- const isFooterTotalLoading = ! ! footerData . isLoading || ( ! ! pendingFooterCurrency && ! ! metadata ?. isLoading ) ;
208+ const isFooterTotalLoading = ! ! footerData . isLoading || ! ! metadata ?. isLoading ;
210209
211210 return (
212211 < Animated . View style = { [ styles . flex1 ] } >
You can’t perform that action at this time.
0 commit comments