upd: hapus console.log
This commit is contained in:
@@ -11,8 +11,6 @@ export default function Feature() {
|
||||
const entityUser = useSelector((state: any) => state.user)
|
||||
const { colors } = useTheme();
|
||||
|
||||
console.log({entityUser})
|
||||
|
||||
return (
|
||||
<SafeAreaView style={{ flex: 1, backgroundColor: colors.background }}>
|
||||
<Stack.Screen
|
||||
|
||||
Reference in New Issue
Block a user