We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca99ea commit 90b1babCopy full SHA for 90b1bab
app/(authenticated)/calendar/[eventID]/page.tsx
@@ -66,7 +66,7 @@ async function AttendeesView({
66
<td className={"text-sm"}>
67
{att.attend_status in AttendStatusLabels
68
? AttendStatusLabels[
69
- att.attend_status as keyof typeof AttendStatusLabels
+ att.attend_status as keyof typeof AttendStatusLabels
70
]
71
: AttendStatusLabels.unknown}
72
</td>
0 commit comments