From ba76c9c17e9929dd64f05fe12fff28e0cf1f333a Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 4 Mar 2019 17:14:55 +0100 Subject: [PATCH] fix missing import on transaction history page --- app/src/page/transactionHistory/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/page/transactionHistory/index.js b/app/src/page/transactionHistory/index.js index 0965f4cd..746f991a 100644 --- a/app/src/page/transactionHistory/index.js +++ b/app/src/page/transactionHistory/index.js @@ -5,6 +5,7 @@ import { selectIsFetchingTransactions, } from 'lbry-redux'; import { doPushDrawerStack } from 'redux/actions/drawer'; +import Constants from 'constants'; import TransactionHistoryPage from './view'; const select = state => ({