aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/menu-droppo.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-10-25 07:53:54 +0800
committerGitHub <noreply@github.com>2017-10-25 07:53:54 +0800
commit1767dceba44f6d173bf3cdb8436d117c7f29b834 (patch)
treee052bcc29f8b05c9ef7f175c5346b5ff28a1e75a /ui/app/components/menu-droppo.js
parentae56b865e8a4d3a6a82a97efeca34b8a592c985b (diff)
parent43b1cb9100e74ab32efe1a59b3320d0aeadedcdf (diff)
downloadtangerine-wallet-browser-1767dceba44f6d173bf3cdb8436d117c7f29b834.tar.gz
tangerine-wallet-browser-1767dceba44f6d173bf3cdb8436d117c7f29b834.tar.zst
tangerine-wallet-browser-1767dceba44f6d173bf3cdb8436d117c7f29b834.zip
Merge pull request #2422 from watilde/fixes-lint
Fixes lint warnings
Diffstat (limited to 'ui/app/components/menu-droppo.js')
-rw-r--r--ui/app/components/menu-droppo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/menu-droppo.js b/ui/app/components/menu-droppo.js
index a4e498c6b..e6276f3b1 100644
--- a/ui/app/components/menu-droppo.js
+++ b/ui/app/components/menu-droppo.js
@@ -19,7 +19,7 @@ MenuDroppoComponent.prototype.render = function () {
this.manageListeners()
- let style = this.props.style || {}
+ const style = this.props.style || {}
if (!('position' in style)) {
style.position = 'fixed'
}