fix: type property chip icon helper

This commit is contained in:
Test
2026-04-09 12:08:31 +02:00
parent 746efacf28
commit 05dd46c8d0

View File

@@ -164,8 +164,8 @@ function RelationshipTypeIcon({
function renderResolvedNoteIcon(
noteIcon: string | null | undefined,
imageFailed,
onImageError,
imageFailed: boolean,
onImageError: () => void,
): ReactNode {
const resolvedNoteIcon = resolveNoteIcon(noteIcon)