From 7e2da89590bcdf4081b18c8ce4e0b2b244f671de Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 13 Aug 2015 20:03:40 +0500 Subject: MM-319 - Minor ui changes --- web/react/components/post_body.jsx | 2 +- web/react/components/post_right.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react') diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx index 77a8fd7b5..7abf38838 100644 --- a/web/react/components/post_body.jsx +++ b/web/react/components/post_body.jsx @@ -63,7 +63,7 @@ module.exports = React.createClass({ var loading; if (post.state === Constants.POST_FAILED) { postClass += " post-fail"; - loading = Retry; + loading = Retry; } else if (post.state === Constants.POST_LOADING) { postClass += " post-waiting"; loading = ; diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx index 364cbf1b3..decb5fc2d 100644 --- a/web/react/components/post_right.jsx +++ b/web/react/components/post_right.jsx @@ -191,7 +191,7 @@ CommentPost = React.createClass({ var postClass = ''; if (post.state === Constants.POST_FAILED) { postClass += ' post-fail'; - loading = Retry; + loading = Retry; } else if (post.state === Constants.POST_LOADING) { postClass += ' post-waiting'; loading = ; -- cgit v1.2.3-1-g7c22