summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_body/post_body.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-07-05 16:20:09 -0400
committerGitHub <noreply@github.com>2017-07-05 16:20:09 -0400
commitdd78a3f1fa416cc9b16bf8d4b80b5f9bb10c528a (patch)
tree21e53db607dba1aa0d44ac8d9b77297bed67577a /webapp/components/post_view/post_body/post_body.jsx
parent039271394ee3aed5b265c6c5c5e1f8d979478970 (diff)
downloadchat-dd78a3f1fa416cc9b16bf8d4b80b5f9bb10c528a.tar.gz
chat-dd78a3f1fa416cc9b16bf8d4b80b5f9bb10c528a.tar.bz2
chat-dd78a3f1fa416cc9b16bf8d4b80b5f9bb10c528a.zip
Fix some scrolling issues (#6851)
Diffstat (limited to 'webapp/components/post_view/post_body/post_body.jsx')
-rw-r--r--webapp/components/post_view/post_body/post_body.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/post_body/post_body.jsx b/webapp/components/post_view/post_body/post_body.jsx
index 044b46c55..4c0e00c47 100644
--- a/webapp/components/post_view/post_body/post_body.jsx
+++ b/webapp/components/post_view/post_body/post_body.jsx
@@ -70,7 +70,7 @@ export default class PostBody extends React.PureComponent {
let comment = '';
let postClass = '';
- if (parentPost && this.props.parentPostUser) {
+ if (parentPost) {
const profile = this.props.parentPostUser;
let apostrophe = '';