diff options
Diffstat (limited to 'ui/app/components/tooltip.js')
-rw-r--r-- | ui/app/components/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tooltip.js b/ui/app/components/tooltip.js index efab2c49..aee04f93 100644 --- a/ui/app/components/tooltip.js +++ b/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 |