Merge pull request #3852 from matrix-org/travis/fix-member-avatar

Fix not being able to open profiles from the timeline
pull/21833/head
Travis Ralston 2020-01-16 09:47:17 -07:00 committed by GitHub
commit 564a30b7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default createReactClass({
if (viewUserOnClick) {
onClick = () => {
dispatcher.dispatch({
dis.dispatch({
action: 'view_user',
member: this.props.member,
});