Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually use the name property
  • Loading branch information
regalijan committed Mar 2, 2024
1 parent 5f7716d commit c5472f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-team.tsx
Expand Up @@ -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%">
Expand Down

0 comments on commit c5472f5

Please sign in to comment.