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) => {