Skip to content

Commit b6df8df

Browse files
committed
fix typescript
1 parent 88b3e28 commit b6df8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/schedule/invitation/[submissionId].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const Invitation = () => {
104104

105105
const invitation = data?.scheduleInvitation;
106106
const hasSentAnswer =
107-
invitation?.option !== ScheduleInvitationOption.NoAnswer ?? false;
107+
invitation?.option !== ScheduleInvitationOption.NoAnswer;
108108

109109
useEffect(() => {
110110
if (invitation) {

0 commit comments

Comments
 (0)