mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix linting
This commit is contained in:
parent
aff005d79b
commit
c618db9925
@ -24,10 +24,6 @@ export const RelationsView = ({
|
||||
const items = useItems()
|
||||
const appState = useAppState()
|
||||
|
||||
useEffect(() => {
|
||||
console.log(relatedItems)
|
||||
}, [])
|
||||
|
||||
if (!item.relations) return
|
||||
|
||||
const relationsOfRightType = item.relations.filter((r) => r.type === relation)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user