Lint fixes

This commit is contained in:
Jaco Greeff 2017-10-05 15:26:20 +02:00
parent 21c95bbec5
commit 4f082da02b
1 changed files with 0 additions and 2 deletions

View File

@ -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 }) {