fix linting

This commit is contained in:
Anton Tranelis 2025-10-14 16:03:05 +02:00
parent aff005d79b
commit c618db9925

View File

@ -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)