From 5d99bb22aa67453f6d63005b5305da2bf0cb5e50 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 22 Mar 2019 12:33:38 +0100 Subject: [PATCH] fix lint --- src/views/Wallet/views/Dashboard/Container.js | 2 +- src/views/Wallet/views/Dashboard/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Wallet/views/Dashboard/Container.js b/src/views/Wallet/views/Dashboard/Container.js index a63dd05d..768e6cec 100644 --- a/src/views/Wallet/views/Dashboard/Container.js +++ b/src/views/Wallet/views/Dashboard/Container.js @@ -2,7 +2,7 @@ import { connect } from 'react-redux'; import type { MapStateToProps } from 'react-redux'; import type { State } from 'flowtype'; -import Dashboard from "./index"; +import Dashboard from './index'; type OwnProps = {}; diff --git a/src/views/Wallet/views/Dashboard/index.js b/src/views/Wallet/views/Dashboard/index.js index 631bcabf..7e80ffb4 100644 --- a/src/views/Wallet/views/Dashboard/index.js +++ b/src/views/Wallet/views/Dashboard/index.js @@ -90,4 +90,4 @@ const Dashboard = (props: Props) => ( ); -export default Dashboard \ No newline at end of file +export default Dashboard;