Skip to content

Commit 58e9be4

Browse files
Update src/screens/carrot/CarrotScreen.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 321e47b commit 58e9be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/carrot/CarrotScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {SafeAreaView, Text} from 'react-native';
44

55
const CarrotScreen = () => {
66
useEffect(() => {
7-
console.log('CarrotScreen');
7+
88
}, []);
99

1010
return (

0 commit comments

Comments
 (0)