aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/selected-account/selected-account.component.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2018-09-11 07:25:59 +0800
committerGitHub <noreply@github.com>2018-09-11 07:25:59 +0800
commita43e71693f87290ac1610ae9bc3cc2887a86555b (patch)
tree4888e790b7a559a54ec4649d38f29b4db10eb121 /ui/app/components/selected-account/selected-account.component.js
parent7fe638fec5d24f399bd89daa8c0738e776b1cab7 (diff)
parente39050f4fe1ff76e48e08cf91c244b66fe1c406e (diff)
downloadtangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.tar
tangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.tar.gz
tangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.tar.bz2
tangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.tar.lz
tangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.tar.xz
tangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.tar.zst
tangerine-wallet-browser-a43e71693f87290ac1610ae9bc3cc2887a86555b.zip
Merge pull request #5223 from whymarrh/tx-error-tooltips
Show transaction error message tooltips for statuses
Diffstat (limited to 'ui/app/components/selected-account/selected-account.component.js')
-rw-r--r--ui/app/components/selected-account/selected-account.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/selected-account/selected-account.component.js b/ui/app/components/selected-account/selected-account.component.js
index 6c202141e..55b935ee0 100644
--- a/ui/app/components/selected-account/selected-account.component.js
+++ b/ui/app/components/selected-account/selected-account.component.js
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
import copyToClipboard from 'copy-to-clipboard'
import { addressSlicer } from '../../util'
-const Tooltip = require('../tooltip-v2.js')
+const Tooltip = require('../tooltip-v2.js').default
class SelectedAccount extends Component {
state = {