From 8a3f4988741accd76e079353195036b8cbc7e377 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 26 Jun 2026 03:41:55 -0400 Subject: [PATCH] Fix TimeClockPanel JSX structure that broke the iOS release bundle. Close the client options View before the clock-in fragment ends so Metro can compile the archive. Co-authored-by: Cursor --- components/time-clock/TimeClockPanel.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/time-clock/TimeClockPanel.tsx b/components/time-clock/TimeClockPanel.tsx index fb0e5d1..298b191 100644 --- a/components/time-clock/TimeClockPanel.tsx +++ b/components/time-clock/TimeClockPanel.tsx @@ -646,6 +646,8 @@ export function TimeClockPanel({ ) : null} ) : null} + + ) : null}