Skip to content

Commit b3241a8

Browse files
fix lint
1 parent 866d0aa commit b3241a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/react-native/src/Screens/TrackerScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ const TrackerScreen = () => {
113113

114114
const TrackerTitle = () => (
115115
<View style={styles.titleContainer}>
116-
<Text style={styles.title}>Global COVID19 Cases</Text>
117-
</View>
116+
<Text style={styles.title}>Global COVID19 Cases</Text>
117+
</View>
118118
);
119119

120120
export default Sentry.withProfiler(TrackerScreen);

0 commit comments

Comments
 (0)