mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating some client deps + eslint
This commit is contained in:
@@ -185,7 +185,7 @@ export default class RhsRootPost extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
let userProfile = <UserProfile userId={post.user_id} />;
|
||||
let userProfile = <UserProfile userId={post.user_id}/>;
|
||||
let botIndicator;
|
||||
|
||||
if (post.props && post.props.from_webhook) {
|
||||
|
||||
Reference in New Issue
Block a user