summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_body.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-24 08:59:00 -0700
committerCorey Hulen <corey@hulen.com>2015-09-24 08:59:00 -0700
commit819ef528b858f81f239406ed3a05f9170eee2c93 (patch)
treebc2e67a0e5364d36d22a681a5fbb56b008b15ce8 /web/react/components/post_body.jsx
parenta7d75d3bceef5fa405e72968806c905bcc9d8b31 (diff)
parentc5d78f828a48ba88b8a89a0564bcb8352e84b396 (diff)
downloadchat-819ef528b858f81f239406ed3a05f9170eee2c93.tar.gz
chat-819ef528b858f81f239406ed3a05f9170eee2c93.tar.bz2
chat-819ef528b858f81f239406ed3a05f9170eee2c93.zip
Merge pull request #779 from mattermost/plt-294
PLT-294 Converting preview image modal to use react-bootstrap.
Diffstat (limited to 'web/react/components/post_body.jsx')
-rw-r--r--web/react/components/post_body.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx
index dbbcdc409..6e98e4aba 100644
--- a/web/react/components/post_body.jsx
+++ b/web/react/components/post_body.jsx
@@ -141,7 +141,6 @@ export default class PostBody extends React.Component {
fileAttachmentHolder = (
<FileAttachmentList
filenames={filenames}
- modalId={`view_image_modal_${post.id}`}
channelId={post.channel_id}
userId={post.user_id}
/>