MM-36269 fix post reaction handle press (#5438)
This commit is contained in:
parent
7cc57c2dbe
commit
c7ef19d36e
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const Reaction = ({count, emojiName, highlight, onPress, onLongPress, theme}: Re
|
|||
|
||||
const handlePress = useCallback(() => {
|
||||
onPress(emojiName, highlight);
|
||||
}, []);
|
||||
}, [highlight]);
|
||||
|
||||
return (
|
||||
<TouchableWithFeedback
|
||||
|
|
|
|||
Loading…
Reference in a new issue