diff --git a/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js b/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js index 8b398fcf..fbff5b3d 100644 --- a/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js +++ b/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js @@ -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, 'pending'>,