Enable emojis in reply indicator as well

This commit is contained in:
Eugen Rochko
2016-11-10 23:30:42 +01:00
parent 82fd74d101
commit 1c17b932fe
3 changed files with 23 additions and 9 deletions

View File

@ -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({

View File

@ -38,8 +38,6 @@ const Status = React.createClass({
e.preventDefault();
this.context.router.push(`/accounts/${id}`);
}
e.stopPropagation();
},
render () {