fix: type property chip icon helper
This commit is contained in:
@@ -164,8 +164,8 @@ function RelationshipTypeIcon({
|
||||
|
||||
function renderResolvedNoteIcon(
|
||||
noteIcon: string | null | undefined,
|
||||
imageFailed,
|
||||
onImageError,
|
||||
imageFailed: boolean,
|
||||
onImageError: () => void,
|
||||
): ReactNode {
|
||||
const resolvedNoteIcon = resolveNoteIcon(noteIcon)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user