force show new reaction
This commit is contained in:
@@ -144,7 +144,7 @@ const LessonDetail = () => {
|
||||
);
|
||||
|
||||
if (isNewReaction) {
|
||||
groupedReactions[reaction.sub].push(reaction);
|
||||
groupedReactions[reaction.sub] = [reaction];
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user