From eec8a0fe481bbbc2cd9936fdf983e53123b0c466 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 18 Jan 2023 22:13:12 -0800 Subject: [PATCH] change default points --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {