From a8259f7f6a26fe5ae21b26b2a5c05dfdb09e32bd Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Mon, 5 Nov 2018 13:20:06 -0330 Subject: Update e2e tests for new gas customization modal. --- ui/app/ducks/gas.duck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/ducks') diff --git a/ui/app/ducks/gas.duck.js b/ui/app/ducks/gas.duck.js index 3a2a1f576..6ae927b12 100644 --- a/ui/app/ducks/gas.duck.js +++ b/ui/app/ducks/gas.duck.js @@ -207,7 +207,7 @@ export function fetchGasEstimates (blockTime) { priceAndTimeEstimatesLastRetrieved, priceAndTimeEstimates, } = getState().gas - const timeLastRetrieved = priceAndTimeEstimatesLastRetrieved || loadLocalStorageData('GAS_API_ESTIMATES_LAST_RETRIEVED') + const timeLastRetrieved = priceAndTimeEstimatesLastRetrieved || loadLocalStorageData('GAS_API_ESTIMATES_LAST_RETRIEVED') || 0 dispatch(gasEstimatesLoadingStarted()) -- cgit