From 37e093f60ad0a033859d44c4d794a8e2e39d1d19 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 26 Apr 2017 23:15:40 -0300 Subject: [PATCH] Linting --- client/coral-embed-stream/src/components/Stream.js | 1 - client/coral-framework/components/Slot.js | 2 +- client/coral-plugin-commentbox/CommentBox.js | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/coral-embed-stream/src/components/Stream.js b/client/coral-embed-stream/src/components/Stream.js index 50f2800a3..eb30dc16c 100644 --- a/client/coral-embed-stream/src/components/Stream.js +++ b/client/coral-embed-stream/src/components/Stream.js @@ -4,7 +4,6 @@ import {Button} from 'coral-ui'; import LoadMore from './LoadMore'; import NewCount from './NewCount'; import Comment from '../containers/Comment'; -import Slot from 'coral-framework/components/Slot'; import InfoBox from 'coral-plugin-infobox/InfoBox'; import {ModerationLink} from 'coral-plugin-moderation'; import CommentBox from 'coral-plugin-commentbox/CommentBox'; diff --git a/client/coral-framework/components/Slot.js b/client/coral-framework/components/Slot.js index ad4847fcb..8e2dd9502 100644 --- a/client/coral-framework/components/Slot.js +++ b/client/coral-framework/components/Slot.js @@ -13,4 +13,4 @@ export default function Slot ({fill, inline = false, ...rest}) { Slot.propTypes = { fill: React.PropTypes.string -}; \ No newline at end of file +}; diff --git a/client/coral-plugin-commentbox/CommentBox.js b/client/coral-plugin-commentbox/CommentBox.js index 44017ab52..5d0906b6e 100644 --- a/client/coral-plugin-commentbox/CommentBox.js +++ b/client/coral-plugin-commentbox/CommentBox.js @@ -5,7 +5,6 @@ import {I18n} from '../coral-framework'; import translations from './translations.json'; import Slot from 'coral-framework/components/Slot'; - const name = 'coral-plugin-commentbox'; class CommentBox extends React.Component {