From d8b7681f13b9a9fa3e1b75d2ab22e7167d1e6cd6 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Mon, 10 Aug 2020 22:22:36 -0500 Subject: [PATCH] Updated CommentList to use Fragment instead of useless div MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - CommentList to use Fragment instead of useless div --- app/javascript/gabsocial/components/comment_list.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/javascript/gabsocial/components/comment_list.js b/app/javascript/gabsocial/components/comment_list.js index 6a468c07..6ebcf1cb 100644 --- a/app/javascript/gabsocial/components/comment_list.js +++ b/app/javascript/gabsocial/components/comment_list.js @@ -1,3 +1,4 @@ +import { Fragment } from 'react' import ImmutablePropTypes from 'react-immutable-proptypes' import ImmutablePureComponent from 'react-immutable-pure-component' import Button from './button' @@ -30,7 +31,7 @@ export default class CommentList extends ImmutablePureComponent { const Wrapper = !commentsLimited ? ScrollableList : Dummy return ( -