1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00
This commit is contained in:
Bruno Windels
2018-08-02 19:57:20 +02:00
parent 42fc83d2a8
commit f1643f77ac

View File

@@ -189,7 +189,7 @@ const Pill = React.createClass({
}, },
getDirectionalContent: function() { getDirectionalContent: function() {
return this.getContent(); return this.getContent();
} },
}; };
this.setState({member}); this.setState({member});
}).catch((err) => { }).catch((err) => {