diff --git a/components/Card/CardInfo/Components/Decode.tsx b/components/Card/CardInfo/Components/Decode.tsx index 4d9850dd..794435cf 100644 --- a/components/Card/CardInfo/Components/Decode.tsx +++ b/components/Card/CardInfo/Components/Decode.tsx @@ -101,7 +101,7 @@ export default function Decode({ methodId, call, items }: DecodeProps) { } ]} rows={ - items.map(item => ({ + items?.map(item => ({ indexed: { content: item.indexed }, name: { content: item.name }, type: { content: item.type },