From 6c398ba506ce76b5b0a9b9bfec701a19c7299a28 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 19 Dec 2018 18:17:09 +0100 Subject: [PATCH] remove test data from pending txs --- .../views/Account/Send/components/PendingTransactions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'>,