support directional content in pill member fake
This commit is contained in:
parent
4b96e01410
commit
e1843601be
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@ const Pill = React.createClass({
|
||||||
getContent: () => {
|
getContent: () => {
|
||||||
return {avatar_url: resp.avatar_url};
|
return {avatar_url: resp.avatar_url};
|
||||||
},
|
},
|
||||||
|
getDirectionalContent: function() {
|
||||||
|
return this.getContent();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
this.setState({member});
|
this.setState({member});
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue