···154154 if ((el as HTMLInputElement).value !== "") return;
155155 }
156156157157- // if the block is a card or mailbox...
157157+ // if the block is a card, mailbox, rsvp, or poll...
158158 if (
159159 props.type === "card" ||
160160 props.type === "mailbox" ||
161161- props.type === "rsvp"
161161+ props.type === "rsvp" ||
162162+ props.type === "poll"
162163 ) {
163164 // ...and areYouSure state is false, set it to true
164165 if (!areYouSure) {