Skip to content

Commit

Permalink
fix: missing property due to latest feature change
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaniswara committed Apr 22, 2024
1 parent b78ed36 commit 1fc363f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emails/event/EventManualInvitation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const dummyEvent: EventType.Event = {
host: {
name: 'Host Name',
email: ''
}
},
maximumSlots: 100,
availableSlots:40
}

export default function EventManualInvitation({
Expand Down

0 comments on commit 1fc363f

Please sign in to comment.