Merge pull request #3852 from matrix-org/travis/fix-member-avatar
Fix not being able to open profiles from the timeline
This commit is contained in:
commit
564a30b7be
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export default createReactClass({
|
|||
|
||||
if (viewUserOnClick) {
|
||||
onClick = () => {
|
||||
dispatcher.dispatch({
|
||||
dis.dispatch({
|
||||
action: 'view_user',
|
||||
member: this.props.member,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue