From cde8c658ae9efae7ecba5dc7720a63775d0d0938 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 15 Sep 2023 07:47:10 -0700
Subject: [PATCH] Fix duplicate keys on customapi widget
---
src/widgets/customapi/component.jsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/widgets/customapi/component.jsx b/src/widgets/customapi/component.jsx
index 34312a942..76dfef7a6 100644
--- a/src/widgets/customapi/component.jsx
+++ b/src/widgets/customapi/component.jsx
@@ -100,7 +100,7 @@ export default function Component({ service }) {
if (!customData) {
return (
- { mappings.slice(0,4).map(item => ) }
+ { mappings.slice(0,4).map(item => ) }
);
}
@@ -109,7 +109,7 @@ export default function Component({ service }) {
{ mappings.slice(0,4).map(mapping => ) }