Remove toast from StartPlan

This commit is contained in:
Brandon Presley 2022-12-04 19:36:27 +13:00
parent d8eeac66ab
commit e9b02d5eb1
1 changed files with 0 additions and 1 deletions

View File

@ -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