Remove superfluous className

This commit is contained in:
Fabian Neumann
2018-05-14 15:01:51 +02:00
parent 36063b459e
commit 8e392ef32d
@@ -756,7 +756,6 @@ export default class Comment extends React.Component {
{isCommentDeleted(comment) ? (
<Slot
fill="commentTombstone"
className="talk-stream-comment-tombstone"
defaultComponent={CommentTombstone}
size={1}
passthrough={slotPassthrough}