user page reactions fix
This commit is contained in:
parent
452d451224
commit
543796740b
@ -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>
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user