fix indentation

This commit is contained in:
Bruno Windels 2019-02-21 10:51:09 +01:00
parent ef704085f9
commit d9b8b0f988
2 changed files with 6 additions and 9 deletions

View file

@ -1573,9 +1573,6 @@ export default React.createClass({
this._chatCreateOrReuse(userId); this._chatCreateOrReuse(userId);
return; return;
} }
// get profile info here somehow
this.notifyNewScreen('user/' + userId); this.notifyNewScreen('user/' + userId);
this.setState({currentUserId: userId}); this.setState({currentUserId: userId});
this._setPage(PageTypes.UserView); this._setPage(PageTypes.UserView);