Skip to content

Commit 90b1bab

Browse files
authored
Appease prettier
1 parent 5ca99ea commit 90b1bab

File tree

1 file changed

+1
-1
lines changed
  • app/(authenticated)/calendar/[eventID]

1 file changed

+1
-1
lines changed

app/(authenticated)/calendar/[eventID]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function AttendeesView({
6666
<td className={"text-sm"}>
6767
{att.attend_status in AttendStatusLabels
6868
? AttendStatusLabels[
69-
att.attend_status as keyof typeof AttendStatusLabels
69+
att.attend_status as keyof typeof AttendStatusLabels
7070
]
7171
: AttendStatusLabels.unknown}
7272
</td>

0 commit comments

Comments
 (0)