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:
@@ -645,6 +645,8 @@ export function TimeClockPanel({
|
||||
<Text style={styles.fieldError}>{clockInErrors.start}</Text>
|
||||
) : null}
|
||||
</View>
|
||||
) : null}
|
||||
</View>
|
||||
) : null}
|
||||
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user