From bef78a86fba6df973c7a4fe5f2711afa45859c2a Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 11 Mar 2018 22:04:17 +0300 Subject: [PATCH] add preview comments to list-comments --- web/app/components/list-comments/list-comments.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/list-comments/list-comments.jsx b/web/app/components/list-comments/list-comments.jsx index 349b1420..c977e03f 100644 --- a/web/app/components/list-comments/list-comments.jsx +++ b/web/app/components/list-comments/list-comments.jsx @@ -13,7 +13,7 @@ export default class ListComments extends Component { comments.map(comment => ( ))