Updating some client deps + eslint

This commit is contained in:
Christopher Speller
2016-02-22 08:31:10 -05:00
parent 040bff2b9f
commit 4c92a1c1e3
90 changed files with 449 additions and 406 deletions

View File

@@ -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) {