diff --git a/webapp/components/checklist-and-config.tsx b/webapp/components/checklist-and-config.tsx index 21e47d5c..aa2a0079 100644 --- a/webapp/components/checklist-and-config.tsx +++ b/webapp/components/checklist-and-config.tsx @@ -49,7 +49,7 @@ export default function ChecklistAndConfig({ appendedTwimlUrl && currentVoiceUrl && appendedTwimlUrl !== currentVoiceUrl; useEffect(() => { - let polling = true; + let polling = false; const pollChecks = async () => { try {