From 613c49b1ad33ff414ed47c093fe478d65e48345c Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Mon, 12 Jul 2021 17:47:37 -0300 Subject: [PATCH 1/2] Fix missing key attr; used a dummy key because it is decorative --- src/components/HexValue.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/HexValue.tsx b/src/components/HexValue.tsx index 3b62fcf..b07b473 100644 --- a/src/components/HexValue.tsx +++ b/src/components/HexValue.tsx @@ -14,6 +14,7 @@ const HexValue: React.FC = ({ value }) => { <> {shards.map((s, i) => ( Date: Mon, 12 Jul 2021 17:48:14 -0300 Subject: [PATCH 2/2] Remove debug code --- src/ConnectionErrorPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ConnectionErrorPanel.tsx b/src/ConnectionErrorPanel.tsx index cd6b1f2..c03ce84 100644 --- a/src/ConnectionErrorPanel.tsx +++ b/src/ConnectionErrorPanel.tsx @@ -17,7 +17,6 @@ const ConnectionErrorPanel: React.FC = ({ connStatus, config, }) => { - console.log("PRINT"); return (