From 78eb513c286f607e4691043f893a5e8f534191d5 Mon Sep 17 00:00:00 2001 From: caadiq Date: Thu, 5 Feb 2026 18:05:47 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=EB=B4=87=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8B=9C=EA=B0=84=2024?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=EC=A0=9C=EB=A1=9C=20=ED=91=9C=EC=8B=9C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7d56531bee26591deb402993201fda6990d6ab57. --- frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx b/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx index 144bc61..9271797 100644 --- a/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx +++ b/frontend/src/pages/pc/admin/schedules/ScheduleBots.jsx @@ -174,7 +174,6 @@ function ScheduleBots() { day: 'numeric', hour: '2-digit', minute: '2-digit', - hour12: false, }); };