mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
removed unused property from NavBar
This commit is contained in:
parent
a8269b0a48
commit
01f5d40139
@ -8,7 +8,7 @@ import { useItems } from '#components/Map/hooks/useItems'
|
|||||||
|
|
||||||
import type { Item } from '#types/Item'
|
import type { Item } from '#types/Item'
|
||||||
|
|
||||||
export default function NavBar({ appName, userType }: { appName: string; userType: string }) {
|
export default function NavBar({ appName }: { appName: string }) {
|
||||||
const { isAuthenticated, user, logout } = useAuth()
|
const { isAuthenticated, user, logout } = useAuth()
|
||||||
|
|
||||||
const [userProfile, setUserProfile] = useState<Item>({} as Item)
|
const [userProfile, setUserProfile] = useState<Item>({} as Item)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user