diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-04-03 07:24:37 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-04-03 07:24:37 +0800 |
commit | 516c1869b0f366a42282a66e14185ce630f883dd (patch) | |
tree | 2da85b6a5995ba45338fc661f1436de8a55b60cb /ui/app/first-time | |
parent | 92f8157dfeffff8173f6abc896cad59ada9a48ef (diff) | |
download | tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.gz tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.bz2 tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.lz tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.xz tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.zst tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.zip |
Fix lint errors
Diffstat (limited to 'ui/app/first-time')
-rw-r--r-- | ui/app/first-time/init-menu.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/first-time/init-menu.js b/ui/app/first-time/init-menu.js index 9bd4c78da..692b01c8c 100644 --- a/ui/app/first-time/init-menu.js +++ b/ui/app/first-time/init-menu.js @@ -3,7 +3,6 @@ const { Component } = require('react') const PropTypes = require('prop-types') const connect = require('react-redux').connect const h = require('react-hyperscript') -const PropTypes = require('prop-types') const Mascot = require('../components/mascot') const actions = require('../actions') const Tooltip = require('../components/tooltip') |