From 8f83914690fb74bc6fe16e0bd208f8fbb1fcb884 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 18 Dec 2023 11:23:29 -0700 Subject: [PATCH] Add sticky headers to history page --- web/src/pages/History.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/pages/History.tsx b/web/src/pages/History.tsx index d2a0ab631..ea5f282c0 100644 --- a/web/src/pages/History.tsx +++ b/web/src/pages/History.tsx @@ -168,9 +168,6 @@ function History() { return ( <> Review -
- Dates and times are based on the timezone {timezone} -
{ return (
- + {formatUnixTimestampToDateTime(parseInt(day), { strftime_fmt: "%A %b %d", time_style: "medium",