mirror of https://github.com/vector-im/riot-web
Merge pull request #3852 from matrix-org/travis/fix-member-avatar
Fix not being able to open profiles from the timelinepull/21833/head
commit
564a30b7be
|
@ -83,7 +83,7 @@ export default createReactClass({
|
|||
|
||||
if (viewUserOnClick) {
|
||||
onClick = () => {
|
||||
dispatcher.dispatch({
|
||||
dis.dispatch({
|
||||
action: 'view_user',
|
||||
member: this.props.member,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue