aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tooltip.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-08-30 02:50:12 +0800
committerGitHub <noreply@github.com>2017-08-30 02:50:12 +0800
commite23ae5371b410b9fe94ac83be08f4de71c184eb0 (patch)
tree0ef0cebe952b2587fff55010bb15573ab0e60c88 /ui/app/components/tooltip.js
parent4076496c8ea8c5a771db421b6c6a037c6ad48df1 (diff)
parentc605c9897d40f8fc2568b63d33cfc018635bcf25 (diff)
downloadtangerine-wallet-browser-e23ae5371b410b9fe94ac83be08f4de71c184eb0.tar.gz
tangerine-wallet-browser-e23ae5371b410b9fe94ac83be08f4de71c184eb0.tar.zst
tangerine-wallet-browser-e23ae5371b410b9fe94ac83be08f4de71c184eb0.zip
Merge pull request #1982 from danjm/send-gas-tooltip
Send Gas Tooltip
Diffstat (limited to 'ui/app/components/tooltip.js')
-rw-r--r--ui/app/components/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tooltip.js b/ui/app/components/tooltip.js
index edbc074bb..74cf1ae43 100644
--- a/ui/app/components/tooltip.js
+++ b/ui/app/components/tooltip.js
@@ -12,7 +12,7 @@ function Tooltip () {
Tooltip.prototype.render = function () {
const props = this.props
- const { position, title, children } = props
+ const { position, title, children, show = true } = props
return h(ReactTooltip, {
position: position || 'left',