[FIX] Reaction press (#1258)
This commit is contained in:
parent
b9485ad3f8
commit
58190e5b24
|
@ -100,7 +100,7 @@ export default class MessageContainer extends React.Component {
|
||||||
onReactionPress = (emoji) => {
|
onReactionPress = (emoji) => {
|
||||||
const { onReactionPress, item } = this.props;
|
const { onReactionPress, item } = this.props;
|
||||||
if (onReactionPress) {
|
if (onReactionPress) {
|
||||||
onReactionPress(emoji, item._id);
|
onReactionPress(emoji, item.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue