1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-27 17:38:07 +00:00

remove test data from pending txs

This commit is contained in:
Szymon Lesisz 2018-12-19 18:17:09 +01:00
parent 19784b5100
commit 6c398ba506

View File

@ -8,7 +8,7 @@ import Transaction from 'components/Transaction';
import type { Network } from 'reducers/LocalStorageReducer';
import type { BaseProps } from '../../index';
import testData from './test.data';
// import testData from './test.data';
type Props = {
pending: $PropertyType<$ElementType<BaseProps, 'selectedAccount'>, 'pending'>,