fix: clearing your own reaction from the clear modal should close it

pull/2432/head
William Grant 3 years ago
parent 506eb20faf
commit 0600416f77

@ -111,6 +111,10 @@ const ReactionSenders = (props: ReactionSendersProps) => {
const handleRemoveReaction = async () => {
await sendMessageReaction(messageId, currentReact);
if (senders.length <= 1) {
dispatch(updateReactListModal(null));
}
};
return (

Loading…
Cancel
Save