From 4c92a1c1e35402730f74cf24a0c71729f4d0a676 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 22 Feb 2016 08:31:10 -0500 Subject: Updating some client deps + eslint --- web/react/components/post_attachment_list.jsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web/react/components/post_attachment_list.jsx') diff --git a/web/react/components/post_attachment_list.jsx b/web/react/components/post_attachment_list.jsx index 9c6700e2d..ae03e15d3 100644 --- a/web/react/components/post_attachment_list.jsx +++ b/web/react/components/post_attachment_list.jsx @@ -4,10 +4,6 @@ import PostAttachment from './post_attachment.jsx'; export default class PostAttachmentList extends React.Component { - constructor(props) { - super(props); - } - render() { let content = []; this.props.attachments.forEach((attachment, i) => { -- cgit v1.2.3-1-g7c22