File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ import { SweepPrivateKeyCompletionScene as SweepPrivateKeyCompletionSceneCompone
126126import { SweepPrivateKeyProcessingScene as SweepPrivateKeyProcessingSceneComponent } from './scenes/SweepPrivateKeyProcessingScene'
127127import { SweepPrivateKeySelectCryptoScene as SweepPrivateKeySelectCryptoSceneComponent } from './scenes/SweepPrivateKeySelectCryptoScene'
128128import { TransactionDetailsScene as TransactionDetailsSceneComponent } from './scenes/TransactionDetailsScene'
129- import { TransactionList as TransactionListComponent } from './scenes/TransactionListScene2 '
129+ import { TransactionList as TransactionListComponent } from './scenes/TransactionListScene '
130130import { TransactionsExportScene as TransactionsExportSceneComponent } from './scenes/TransactionsExportScene'
131131import { UpgradeUsernameScene as UpgradeUsernameSceneComponent } from './scenes/UpgradeUsernameScreen'
132132import { WalletDetails as WalletDetailsComponent } from './scenes/WalletDetailsScene'
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export interface TransactionListParams {
3030 walletName : string
3131 tokenId : EdgeTokenId
3232 countryCode ?: string
33+ searchText ?: string
3334}
3435
3536type ListItem = EdgeTransaction | string | null
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ import type { SweepPrivateKeyCompletionParams } from '../components/scenes/Sweep
6262import type { SweepPrivateKeyProcessingParams } from '../components/scenes/SweepPrivateKeyProcessingScene'
6363import type { SweepPrivateKeySelectCryptoParams } from '../components/scenes/SweepPrivateKeySelectCryptoScene'
6464import type { TransactionDetailsParams } from '../components/scenes/TransactionDetailsScene'
65- import type { TransactionListParams } from '../components/scenes/TransactionListScene2 '
65+ import type { TransactionListParams } from '../components/scenes/TransactionListScene '
6666import type { TransactionsExportParams } from '../components/scenes/TransactionsExportScene'
6767import type { WalletDetailsParams } from '../components/scenes/WalletDetailsScene'
6868import type { WcConnectionsParams } from '../components/scenes/WcConnectionsScene'
You can’t perform that action at this time.
0 commit comments