diff --git a/src/widgets/customapi/component.jsx b/src/widgets/customapi/component.jsx index b6ef9ac2..61f878a1 100644 --- a/src/widgets/customapi/component.jsx +++ b/src/widgets/customapi/component.jsx @@ -161,7 +161,7 @@ export default function Component({ service }) { {formatValue(t, mapping, getValue(mapping.field, customData))} {mapping.additionalField && ( -
+
{getValue(mapping.additionalField, customData)}
)}