From e9b02d5eb104103695a393fc9be7008bae7f8c7d Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 4 Dec 2022 19:36:27 +1300 Subject: [PATCH] Remove toast from StartPlan --- StartPlan.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/StartPlan.tsx b/StartPlan.tsx index 54ab506..d592c74 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -103,7 +103,6 @@ export default function StartPlan() { (+weight > best.weight || (+reps > best.reps && +weight === best.weight)) ) toast("Great work King! That's a new record.") - else toast('Set added.') if (!settings.alarm) return const milliseconds = Number(best.minutes) * 60 * 1000 + Number(best.seconds) * 1000