diff --git a/src/app/molecules/message/Message.jsx b/src/app/molecules/message/Message.jsx index 8d3b61f6..319e9c86 100644 --- a/src/app/molecules/message/Message.jsx +++ b/src/app/molecules/message/Message.jsx @@ -304,9 +304,11 @@ function genReactionMsg(userIds, reaction) { {userIds.map((userId, index) => ( {twemojify(getUsername(userId))} - - {index === userIds.length - 1 ? ' and ' : ', '} - + {index < userIds.length - 1 && ( + + {index === userIds.length - 2 ? ' and ' : ', '} + + )} ))} {' reacted with '}