diff --git a/src/App.tsx b/src/App.tsx index 67080dc..c4b941c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -20,10 +20,10 @@ interface Stats { }; const initialStats:Stats = { - attempts: 1, - scheduledPoops: 1, - selfPoops: 1, - cleanUndies: 1, + attempts: 0, + scheduledPoops: 0, + selfPoops: 0, + cleanUndies: 0, }; const initialStreakTracker:StreakTracker = {