Actually use the name property
This commit is contained in:
parent
5f7716d440
commit
c5472f587d
@ -179,7 +179,7 @@ export default function () {
|
||||
for (const event of eventData) {
|
||||
const eventCreatorName = members.find(
|
||||
(member) => member.id === event.created_by,
|
||||
);
|
||||
)?.name;
|
||||
|
||||
eventCards.push(
|
||||
<Card w="100%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user