Enable emojis in reply indicator as well
This commit is contained in:
parent
82fd74d101
commit
1c17b932fe
3 changed files with 23 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import PureRenderMixin from 'react-addons-pure-render-mixin';
|
||||
import PureRenderMixin from 'react-addons-pure-render-mixin';
|
||||
|
||||
const DisplayName = React.createClass({
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@ const Status = React.createClass({
|
|||
e.preventDefault();
|
||||
this.context.router.push(`/accounts/${id}`);
|
||||
}
|
||||
|
||||
e.stopPropagation();
|
||||
},
|
||||
|
||||
render () {
|
||||
|
|
Reference in a new issue