From 18275f86a275c8f18de36ff4df1364f725a93b2c Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Mon, 20 Sep 2021 18:12:07 -0300 Subject: [PATCH] Fix missing key attribute --- src/transaction/DecodedParamRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction/DecodedParamRow.tsx b/src/transaction/DecodedParamRow.tsx index 40f3a13..9d9bcf8 100644 --- a/src/transaction/DecodedParamRow.tsx +++ b/src/transaction/DecodedParamRow.tsx @@ -65,7 +65,7 @@ const DecodedParamRow: React.FC = ({ {paramType.baseType === "tuple" && r.map((e: any, idx: number) => ( -