Skip to content

Commit 1ec73ed

Browse files
committed
Rename TransactionListScene source file
1 parent 3bd373b commit 1ec73ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/components/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import { SweepPrivateKeyCompletionScene as SweepPrivateKeyCompletionSceneCompone
126126
import { SweepPrivateKeyProcessingScene as SweepPrivateKeyProcessingSceneComponent } from './scenes/SweepPrivateKeyProcessingScene'
127127
import { SweepPrivateKeySelectCryptoScene as SweepPrivateKeySelectCryptoSceneComponent } from './scenes/SweepPrivateKeySelectCryptoScene'
128128
import { TransactionDetailsScene as TransactionDetailsSceneComponent } from './scenes/TransactionDetailsScene'
129-
import { TransactionList as TransactionListComponent } from './scenes/TransactionListScene2'
129+
import { TransactionList as TransactionListComponent } from './scenes/TransactionListScene'
130130
import { TransactionsExportScene as TransactionsExportSceneComponent } from './scenes/TransactionsExportScene'
131131
import { UpgradeUsernameScene as UpgradeUsernameSceneComponent } from './scenes/UpgradeUsernameScreen'
132132
import { WalletDetails as WalletDetailsComponent } from './scenes/WalletDetailsScene'

src/components/scenes/TransactionListScene2.tsx renamed to src/components/scenes/TransactionListScene.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface TransactionListParams {
3030
walletName: string
3131
tokenId: EdgeTokenId
3232
countryCode?: string
33+
searchText?: string
3334
}
3435

3536
type ListItem = EdgeTransaction | string | null

src/types/routerTypes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import type { SweepPrivateKeyCompletionParams } from '../components/scenes/Sweep
6262
import type { SweepPrivateKeyProcessingParams } from '../components/scenes/SweepPrivateKeyProcessingScene'
6363
import type { SweepPrivateKeySelectCryptoParams } from '../components/scenes/SweepPrivateKeySelectCryptoScene'
6464
import type { TransactionDetailsParams } from '../components/scenes/TransactionDetailsScene'
65-
import type { TransactionListParams } from '../components/scenes/TransactionListScene2'
65+
import type { TransactionListParams } from '../components/scenes/TransactionListScene'
6666
import type { TransactionsExportParams } from '../components/scenes/TransactionsExportScene'
6767
import type { WalletDetailsParams } from '../components/scenes/WalletDetailsScene'
6868
import type { WcConnectionsParams } from '../components/scenes/WcConnectionsScene'

0 commit comments

Comments
 (0)