diff --git a/components/item-card.tsx b/components/item-card.tsx index af8f976..d062d07 100644 --- a/components/item-card.tsx +++ b/components/item-card.tsx @@ -60,7 +60,7 @@ export default function ItemCard(props: Props) { return item.occupations[0]; } - return item.instance_of[0]; + return item.instance_of[0] ?? ""; }, [item]); return (