From 65699c7c51c7fed17979d7c47fff3e2231d395bd Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 9 Dec 2016 18:43:28 -0500 Subject: [PATCH] Remove status from webhook posts in compact mode (#4739) --- webapp/components/post_view/components/post.jsx | 2 +- webapp/components/rhs_root_post.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/post_view/components/post.jsx b/webapp/components/post_view/components/post.jsx index 051ce07447..ce6ce7d2a7 100644 --- a/webapp/components/post_view/components/post.jsx +++ b/webapp/components/post_view/components/post.jsx @@ -218,7 +218,7 @@ export default class Post extends React.Component { profilePic = ( ); diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx index 6f43729732..d871ad2a98 100644 --- a/webapp/components/rhs_root_post.jsx +++ b/webapp/components/rhs_root_post.jsx @@ -305,7 +305,7 @@ export default class RhsRootPost extends React.Component { profilePic = ( );