From 78451a98b1602bfa81b472935746614d6e4e1aa0 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Tue, 22 Jun 2021 14:25:01 +0000 Subject: [PATCH] Updated timeFormat to something more sensible --- pages/[user]/[type].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index 394358ebd5..f2ac34521e 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -28,7 +28,7 @@ export default function Type(props) { const [selectedDate, setSelectedDate] = useState(); const [selectedMonth, setSelectedMonth] = useState(dayjs().month()); const [isTimeOptionsOpen, setIsTimeOptionsOpen] = useState(false); - const [timeFormat, setTimeFormat] = useState('hh:mm'); + const [timeFormat, setTimeFormat] = useState('h:mma'); const telemetry = useTelemetry(); useEffect(() => {