Skip to content

Commit

Permalink
fix: isTeamEvent would eval to null when undefined (#14480)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrysal committed Apr 9, 2024
1 parent 46a1713 commit c090f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/bookings/components/BookerSeo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const BookerSeo = (props: BookerSeoProps) => {
username,
rescheduleUid,
hideBranding,
isTeamEvent,
isTeamEvent = false,
entity,
isSEOIndexable,
bookingData,
Expand Down

0 comments on commit c090f78

Please sign in to comment.