summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/post_view/components/post.jsx2
-rw-r--r--webapp/components/rhs_root_post.jsx2
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 051ce0744..ce6ce7d2a 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 = (
<ProfilePicture
src=''
- status={this.props.status}
+ status={status}
user={this.props.user}
/>
);
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index 6f4372973..d871ad2a9 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 = (
<ProfilePicture
src=''
- status={this.props.status}
+ status={status}
user={this.props.user}
/>
);