diff --git a/src/components/emoji.js b/src/components/emoji.js index 8a3a6d6..1df3a0f 100644 --- a/src/components/emoji.js +++ b/src/components/emoji.js @@ -16,7 +16,8 @@ export default class Emoji extends React.Component { return ( this.hasSkinVariations && nextProps.skin != this.props.skin || nextProps.size != this.props.size || - nextProps.set != this.props.set + nextProps.set != this.props.set || + nextProps.emoji != this.props.emoji ) }