From cd32c58fb4bcd731d8a83d354c9b01a38c8df219 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 10 Oct 2018 13:36:38 -0230 Subject: Complete integration of gas chart with redux. --- ui/app/selectors/custom-gas.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app/selectors/custom-gas.js') diff --git a/ui/app/selectors/custom-gas.js b/ui/app/selectors/custom-gas.js index d5a3972df..abc8ba191 100644 --- a/ui/app/selectors/custom-gas.js +++ b/ui/app/selectors/custom-gas.js @@ -31,6 +31,7 @@ const selectors = { getAveragePriceEstimateInHexWEI, getDefaultActiveButtonIndex, priceEstimateToWei, + formatTimeEstimate, } module.exports = selectors -- cgit