mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed ununsed hook
This commit is contained in:
parent
13f016ea16
commit
ef74d60bfb
@ -21,8 +21,6 @@ export const TabsView = ({ attestations, userType, item, offers, needs, relation
|
||||
|
||||
const items = useItems();
|
||||
const assetsApi = useAssetApi();
|
||||
const { user } = useAuth();
|
||||
|
||||
const getUserProfile = (id: string) => {
|
||||
return items.find(i => i.user_created.id === id && i.layer?.itemType.name === userType)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user