aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/tooltip.js
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-09-19 14:35:13 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 16:57:47 +0800
commit39e97c1902840ff653b7d16c836c231228b41e85 (patch)
tree5aeaa958ac4308025a9bb92d49ec66f527e409f0 /old-ui/app/components/tooltip.js
parent788ddab42afca85d85a4ce2d60aa28b9b043a83b (diff)
downloaddexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.tar.gz
dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.tar.zst
dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.zip
Update dependencies
Diffstat (limited to 'old-ui/app/components/tooltip.js')
-rw-r--r--old-ui/app/components/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/tooltip.js b/old-ui/app/components/tooltip.js
index efab2c49..aee04f93 100644
--- a/old-ui/app/components/tooltip.js
+++ b/old-ui/app/components/tooltip.js
@@ -1,7 +1,7 @@
const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
-const ReactTooltip = require('react-tooltip-component')
+const ReactTooltip = require('react-tooltip-component-16')
module.exports = Tooltip