diff --git a/SetList.tsx b/SetList.tsx index e316076..67747ac 100644 --- a/SetList.tsx +++ b/SetList.tsx @@ -33,6 +33,7 @@ export default function SetList() { const predict = useCallback(async () => { setCount(0); setSet({...defaultSet}); + setWorkouts([]); if (settings.newSet === 'empty') return; const todaysSet = await getToday(); console.log(`${SetList.name}.predict:`, {todaysSet});