From d92112db796aa6b55f183809eb7ca489e42aec9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Wed, 18 Sep 2024 22:09:46 -0700 Subject: [PATCH] Use red check mark --- app/fills/[[...pk]]/tables.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/fills/[[...pk]]/tables.tsx b/app/fills/[[...pk]]/tables.tsx index 8ddf63c..3c17226 100644 --- a/app/fills/[[...pk]]/tables.tsx +++ b/app/fills/[[...pk]]/tables.tsx @@ -89,7 +89,10 @@ export function OpenTimesTable(props: { valve_times: ValveTimesType | null }) { close_time: toTime(close_time), elapsed: elapsed.toFixed(1), timeout: props.valve_times[cam].timed_out ? ( - + ) : null, }); }