From b037d5683879cc83bcc368fa9d16667cdacab428 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Thu, 3 Aug 2023 23:45:46 -0400 Subject: [PATCH] max and sudden_death look the same --- app/components/alert-timer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/alert-timer.tsx b/app/components/alert-timer.tsx index c5cd7fd..ac035e1 100644 --- a/app/components/alert-timer.tsx +++ b/app/components/alert-timer.tsx @@ -12,6 +12,7 @@ const endTime = (alert: Required["alert"]) => { break; case "sudden_death": + case "max": alertDurationMins = 15; break;