force show new reaction

This commit is contained in:
Primakov Alexandr Alexandrovich 2025-03-27 13:51:25 +03:00
parent c87413eb2c
commit 23c943f05d

View File

@ -144,7 +144,7 @@ const LessonDetail = () => {
); );
if (isNewReaction) { if (isNewReaction) {
groupedReactions[reaction.sub].push(reaction); groupedReactions[reaction.sub] = [reaction];
} }
}); });