removing unused code
This commit is contained in:
@@ -3,9 +3,6 @@ import { Tabs } from 'expo-router'
|
||||
import React from 'react'
|
||||
|
||||
export default function TabLayout() {
|
||||
const isAdmin = localStorage.getItem('session') === 'admin'
|
||||
console.log(isAdmin)
|
||||
|
||||
return (
|
||||
<Tabs
|
||||
screenOptions={{
|
||||
|
||||
@@ -5,7 +5,7 @@ import { SignOutButton } from '../components/SignOutButton'
|
||||
|
||||
export default function PostsScreen() {
|
||||
const { user } = useUser()
|
||||
console.log(user?.imageUrl)
|
||||
|
||||
return (
|
||||
<>
|
||||
<View style={styles.wrapper}>
|
||||
|
||||
Reference in New Issue
Block a user