summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_root_post.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/rhs_root_post.jsx')
-rw-r--r--webapp/components/rhs_root_post.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index 83d930bca..231033fb1 100644
--- a/webapp/components/rhs_root_post.jsx
+++ b/webapp/components/rhs_root_post.jsx
@@ -517,7 +517,10 @@ export default class RhsRootPost extends React.Component {
};
return (
- <div className={'post post--root post--thread ' + userCss + ' ' + systemMessageClass + ' ' + compactClass}>
+ <div
+ id='thread--root'
+ className={'post post--root post--thread ' + userCss + ' ' + systemMessageClass + ' ' + compactClass}
+ >
<div className='post-right-channel__name'>{channelName}</div>
<div className='post__content'>
{profilePicContainer}