Fix actual code errors listed by linter.
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
@ -1,3 +1,4 @@
|
||||
import React from 'react';
|
||||
import { fromJS } from 'immutable';
|
||||
import { markdownToSlate } from 'EditorWidgets/Markdown/serializers';
|
||||
|
||||
|
@ -33,7 +33,7 @@ export const Icon = props => {
|
||||
className = '',
|
||||
width,
|
||||
height,
|
||||
...remainingProps,
|
||||
...remainingProps
|
||||
} = props;
|
||||
const icon = icons[type];
|
||||
const rotation = getRotation(icon.direction, direction)
|
||||
|
Reference in New Issue
Block a user