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:
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

View file

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