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 => ) }