summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_root_post.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-24 10:17:58 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-24 10:58:56 -0400
commitc5d78f828a48ba88b8a89a0564bcb8352e84b396 (patch)
treed70b911e611dd94f5a0f55944c2c14329e08a3c2 /web/react/components/rhs_root_post.jsx
parentd5343f997d8d239f09a93a05d8affd8387bb46bc (diff)
downloadchat-c5d78f828a48ba88b8a89a0564bcb8352e84b396.tar.gz
chat-c5d78f828a48ba88b8a89a0564bcb8352e84b396.tar.bz2
chat-c5d78f828a48ba88b8a89a0564bcb8352e84b396.zip
Converting preview image modal to use react-bootstrap. Fixes issue where modal would appear behind background on iOS
Diffstat (limited to 'web/react/components/rhs_root_post.jsx')
-rw-r--r--web/react/components/rhs_root_post.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/rhs_root_post.jsx b/web/react/components/rhs_root_post.jsx
index e661bdce1..caa8c5c1e 100644
--- a/web/react/components/rhs_root_post.jsx
+++ b/web/react/components/rhs_root_post.jsx
@@ -111,7 +111,6 @@ export default class RhsRootPost extends React.Component {
fileAttachment = (
<FileAttachmentList
filenames={post.filenames}
- modalId={'rhs_view_image_modal_' + post.id}
channelId={post.channel_id}
userId={post.user_id}
/>