1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

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

View File

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