Skip to content

Commit

Permalink
fix(ui/reporter/ErrorBoundaryScreen): move comment to a single line
Browse files Browse the repository at this point in the history
whitespaces are count as passing characters, jsx my behatred
  • Loading branch information
pylixonly committed Nov 15, 2024
1 parent 99c1266 commit 657c8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/ui/reporter/components/ErrorBoundaryScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ErrorBoundaryScreen(props: {
const debugInfo = getDebugInfo();

return <ErrorBoundary>
<SafeAreaProvider> {/* for iOS */}
{/* for iOS */}
<SafeAreaProvider>
<SafeAreaView style={styles.container}>
<View style={{ gap: 4 }}>
<Text variant="display-lg">Uh oh.</Text>
Expand Down

0 comments on commit 657c8eb

Please sign in to comment.