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 <cursoragent@cursor.com>
This commit is contained in:
@@ -646,6 +646,8 @@ export function TimeClockPanel({
|
|||||||
) : null}
|
) : null}
|
||||||
</View>
|
</View>
|
||||||
) : null}
|
) : null}
|
||||||
|
</View>
|
||||||
|
) : null}
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
title={clockIn.isPending ? "Starting…" : "Start timer"}
|
title={clockIn.isPending ? "Starting…" : "Start timer"}
|
||||||
|
|||||||
Reference in New Issue
Block a user