summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_attachment_list.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-24 11:16:22 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-29 09:54:53 -0400
commit6d65071ecd1b024e0872c50749bde46b6c53b683 (patch)
tree8d09f6211748b4f0cca65e41eaf7229e025e6d12 /web/react/components/file_attachment_list.jsx
parent92c9ec71a051e076fd1dc3985a8a1225e5389a95 (diff)
downloadchat-6d65071ecd1b024e0872c50749bde46b6c53b683.tar.gz
chat-6d65071ecd1b024e0872c50749bde46b6c53b683.tar.bz2
chat-6d65071ecd1b024e0872c50749bde46b6c53b683.zip
Removed unused imgCount property from ViewImageModal
Diffstat (limited to 'web/react/components/file_attachment_list.jsx')
-rw-r--r--web/react/components/file_attachment_list.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/file_attachment_list.jsx b/web/react/components/file_attachment_list.jsx
index 3da1e1482..5f2690fdf 100644
--- a/web/react/components/file_attachment_list.jsx
+++ b/web/react/components/file_attachment_list.jsx
@@ -35,7 +35,6 @@ module.exports = React.createClass({
userId={this.props.userId}
modalId={modalId}
startId={this.state.startImgId}
- imgCount={0}
filenames={filenames} />
</div>
);