mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-25 16:08:37 +00:00
remove test data from pending txs
This commit is contained in:
parent
19784b5100
commit
6c398ba506
@ -8,7 +8,7 @@ import Transaction from 'components/Transaction';
|
|||||||
|
|
||||||
import type { Network } from 'reducers/LocalStorageReducer';
|
import type { Network } from 'reducers/LocalStorageReducer';
|
||||||
import type { BaseProps } from '../../index';
|
import type { BaseProps } from '../../index';
|
||||||
import testData from './test.data';
|
// import testData from './test.data';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
pending: $PropertyType<$ElementType<BaseProps, 'selectedAccount'>, 'pending'>,
|
pending: $PropertyType<$ElementType<BaseProps, 'selectedAccount'>, 'pending'>,
|
||||||
|
Loading…
Reference in New Issue
Block a user