From fbce4ce39798871d2cf9598f1a171ddcade0c379 Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Wed, 18 Mar 2026 12:41:30 -0400 Subject: [PATCH] rick code update --- frontend/src/components/SchedulePage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/SchedulePage.jsx b/frontend/src/components/SchedulePage.jsx index a7cd339..723c3c1 100644 --- a/frontend/src/components/SchedulePage.jsx +++ b/frontend/src/components/SchedulePage.jsx @@ -1059,6 +1059,8 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel {/* Right panel + mobile bottom bar — column so bottom bar stays at bottom */}
+
+ {/* View toolbar */}
{/* Mobile title + create */} {isMobile && ( @@ -1197,8 +1199,6 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
)} -
{/* end right+bottom column wrapper */} - {/* Event detail modal */} {detailEvent && (