File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ type FooterCurrencyState = {
3333 searchHash : number | undefined ;
3434 selectedCurrency : string | undefined ;
3535 defaultCurrency : string | undefined ;
36- pendingCurrency : string | undefined ;
3736} ;
3837
3938function SearchPage ( { route} : SearchPageProps ) {
@@ -55,7 +54,6 @@ function SearchPage({route}: SearchPageProps) {
5554 searchHash : undefined ,
5655 selectedCurrency : undefined ,
5756 defaultCurrency : undefined ,
58- pendingCurrency : undefined ,
5957 } ) ;
6058 const isCurrentFooterState = footerCurrencyState . searchHash === currentSearchHash ;
6159 const selectedCurrency = isCurrentFooterState ? footerCurrencyState . selectedCurrency : undefined ;
@@ -147,7 +145,6 @@ function SearchPage({route}: SearchPageProps) {
147145 searchHash : currentSearchHash ,
148146 selectedCurrency : currency ,
149147 defaultCurrency : fallbackDefaultCurrency ,
150- pendingCurrency : nextCurrency ,
151148 } ) ;
152149 handleSearchAction ( {
153150 queryJSON : currentSearchQueryJSON ,
You can’t perform that action at this time.
0 commit comments