Fix actual code errors listed by linter.

This commit is contained in:
Caleb
2018-04-11 18:05:31 -06:00
committed by Benaiah Mischenko
parent 0f5a7b9606
commit db292abe03
5 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
export default () => (
<div class="nc-notFound-container">
<div className="nc-notFound-container">
<h2>Not Found</h2>
</div>
);

View File

@ -1,3 +1,4 @@
import React from 'react';
import { fromJS } from 'immutable';
import { markdownToSlate } from 'EditorWidgets/Markdown/serializers';

View File

@ -33,7 +33,7 @@ export const Icon = props => {
className = '',
width,
height,
...remainingProps,
...remainingProps
} = props;
const icon = icons[type];
const rotation = getRotation(icon.direction, direction)