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:
2026-06-26 03:41:55 -04:00
co-authored by Cursor
parent 6762a9bff3
commit 8a3f498874
+2
View File
@@ -645,6 +645,8 @@ export function TimeClockPanel({
<Text style={styles.fieldError}>{clockInErrors.start}</Text> <Text style={styles.fieldError}>{clockInErrors.start}</Text>
) : null} ) : null}
</View> </View>
) : null}
</View>
) : null} ) : null}
<Button <Button