Skip to content

Commit d8f33a7

Browse files
committed
crash
1 parent cbd8c9a commit d8f33a7

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/my-tickets-profile-page-handler

1 file changed

+1
-1
lines changed

frontend/src/components/my-tickets-profile-page-handler/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const MyTicketsProfilePageHandler = () => {
4848
ticket={ticket}
4949
userEmail={email}
5050
showBadgePreview={VISIBLE_BADGE_PREVIEW_DEADLINES.includes(
51-
badgePreviewDeadline.status,
51+
badgePreviewDeadline?.status,
5252
)}
5353
/>
5454
))}

0 commit comments

Comments
 (0)