summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_body.jsx
diff options
context:
space:
mode:
authorralder <ralder@yandex.ru>2015-07-11 08:32:02 -0700
committerralder <ralder@yandex.ru>2015-07-11 12:17:55 -0700
commit4cc9bfce5c8bf09f743f00421f47349b6519a25f (patch)
tree54e25b9d10c08aa0d3dda261d6fd7bd8cea9a1cf /web/react/components/post_body.jsx
parent27cab0f507d253bba5658335f42a4c7675fcdac7 (diff)
downloadchat-4cc9bfce5c8bf09f743f00421f47349b6519a25f.tar.gz
chat-4cc9bfce5c8bf09f743f00421f47349b6519a25f.tar.bz2
chat-4cc9bfce5c8bf09f743f00421f47349b6519a25f.zip
[webui] fix loading animation for ie
Diffstat (limited to 'web/react/components/post_body.jsx')
-rw-r--r--web/react/components/post_body.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx
index 7d5ef4d33..cf542a98f 100644
--- a/web/react/components/post_body.jsx
+++ b/web/react/components/post_body.jsx
@@ -120,7 +120,7 @@ module.exports = React.createClass({
return (
<div className="post-body">
{ comment }
- <p key={post.Id+"_message"} className={postClass}><span>{inner}</span></p>
+ <p key={post.id+"_message"} className={postClass}><span>{inner}</span></p>
{ filenames && filenames.length > 0 ?
<div className="post-image__columns">
{ postFiles }