From 6fd2a927f10f42372dc4907f7224796acc3e0c34 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 30 Jan 2017 20:51:28 -0300 Subject: [PATCH] Linted --- client/coral-embed-stream/src/Comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/Comment.js b/client/coral-embed-stream/src/Comment.js index 1c275118f..778614880 100644 --- a/client/coral-embed-stream/src/Comment.js +++ b/client/coral-embed-stream/src/Comment.js @@ -16,7 +16,7 @@ import {ReplyBox, ReplyButton} from 'coral-plugin-replies'; import FlagComment from 'coral-plugin-flags/FlagComment'; import LikeButton from 'coral-plugin-likes/LikeButton'; -import styles from './Comment.css' +import styles from './Comment.css'; const getAction = (type, comment) => comment.actions.filter((a) => a.type === type)[0];