summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_attachment_list.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/post_attachment_list.jsx')
-rw-r--r--web/react/components/post_attachment_list.jsx4
1 files changed, 0 insertions, 4 deletions
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) => {