From 18f6aa6f96971d73e1e3b558fbdbfd2e9484b2c4 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Tue, 24 Oct 2017 16:55:31 -0500 Subject: [PATCH] fix(lint): fix linting errors --- app/components/Nav/Nav.js | 11 ++--------- app/components/Wallet/ReceiveModal.js | 7 +++++-- app/components/Wallet/Wallet.js | 19 +++---------------- app/routes/app/components/App.js | 13 +++---------- app/routes/wallet/components/Wallet.js | 9 +-------- 5 files changed, 14 insertions(+), 45 deletions(-) diff --git a/app/components/Nav/Nav.js b/app/components/Nav/Nav.js index 7cdf6a91..527036ef 100644 --- a/app/components/Nav/Nav.js +++ b/app/components/Nav/Nav.js @@ -3,13 +3,10 @@ import PropTypes from 'prop-types' import { NavLink } from 'react-router-dom' import ReactSVG from 'react-svg' import { MdAccountBalanceWallet } from 'react-icons/lib/md' -import { FaClockO, FaDollar } from 'react-icons/lib/fa' -import CryptoIcon from 'components/CryptoIcon' -import CurrencyIcon from 'components/CurrencyIcon' -import { btc, usd } from 'utils' +import { FaClockO } from 'react-icons/lib/fa' import styles from './Nav.scss' -const Nav = ({ ticker, balance, setCurrency, currentTicker, openPayForm, openRequestForm }) => ( +const Nav = ({ openPayForm, openRequestForm }) => (