From 4f082da02bdadef88f1dccd4e134559e46ffd9dd Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 5 Oct 2017 15:26:20 +0200 Subject: [PATCH] Lint fixes --- js/src/SyncWarning/syncWarning.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/SyncWarning/syncWarning.js b/js/src/SyncWarning/syncWarning.js index 1f601d01f..3da735450 100644 --- a/js/src/SyncWarning/syncWarning.js +++ b/js/src/SyncWarning/syncWarning.js @@ -18,8 +18,6 @@ import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; -import StatusIndicator from '@parity/ui/StatusIndicator'; - import styles from './syncWarning.css'; function SyncWarning ({ className, isOk, health }) {