aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tooltip.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-09-07 08:08:56 +0800
committerDan Finlay <dan@danfinlay.com>2016-09-07 08:08:56 +0800
commitc46de79c10ba36c67176e4e02bd2b4adcb0e268f (patch)
tree207432b34d0f59b49e755b62353f1eda8f76f845 /ui/app/components/tooltip.js
parent90638f95c079bf1fbfccb9cdb9eea6bb0823e1bd (diff)
downloadtangerine-wallet-browser-c46de79c10ba36c67176e4e02bd2b4adcb0e268f.tar.gz
tangerine-wallet-browser-c46de79c10ba36c67176e4e02bd2b4adcb0e268f.tar.zst
tangerine-wallet-browser-c46de79c10ba36c67176e4e02bd2b4adcb0e268f.zip
Got basic fiat display modularized
Diffstat (limited to 'ui/app/components/tooltip.js')
-rw-r--r--ui/app/components/tooltip.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/tooltip.js b/ui/app/components/tooltip.js
index 440393b08..757ad0cd6 100644
--- a/ui/app/components/tooltip.js
+++ b/ui/app/components/tooltip.js
@@ -11,6 +11,7 @@ function Tooltip () {
}
Tooltip.prototype.render = function () {
+
const props = this.props
const { position, title, children } = props