user page reactions fix

This commit is contained in:
Primakov Alexandr Alexandrovich 2025-03-27 13:54:09 +03:00
parent 452d451224
commit 543796740b

View File

@ -277,7 +277,7 @@ const UserPage = () => {
student={student}
present={true}
recentlyPresent={student.isNew}
reactions={ls.data?.body?.reactions?.filter(r => r.sub === student.sub) || []}
reactions={ls.data?.body?.studentReactions?.filter(r => r.sub === student.sub) || []}
/>
</motion.li>
))}