diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-07-16 23:36:21 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-07-16 23:37:42 +0800 |
commit | d38405fb0e066267919fb68dc56c53b229a818d5 (patch) | |
tree | 41214cdbde035f62839f1d62552b2e441592481f /ui/app/components | |
parent | 040b8c59c4302479d786287299007bbbc98144e1 (diff) | |
download | tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.tar tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.tar.gz tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.tar.bz2 tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.tar.lz tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.tar.xz tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.tar.zst tangerine-wallet-browser-d38405fb0e066267919fb68dc56c53b229a818d5.zip |
Fix send import path in customize gas modal
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/modals/customize-gas/customize-gas.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/customize-gas/customize-gas.component.js b/ui/app/components/modals/customize-gas/customize-gas.component.js index d17c290b6..0337c5413 100644 --- a/ui/app/components/modals/customize-gas/customize-gas.component.js +++ b/ui/app/components/modals/customize-gas/customize-gas.component.js @@ -1,7 +1,7 @@ import React, { Component } from 'react' import PropTypes from 'prop-types' import GasModalCard from '../../customize-gas-modal/gas-modal-card' -import { MIN_GAS_PRICE_GWEI } from '../../send_/send.constants' +import { MIN_GAS_PRICE_GWEI } from '../../send/send.constants' import { getDecimalGasLimit, |