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