Update component.jsx
Remove empty whitespace according to lint
This commit is contained in:
parent
fb026eef93
commit
72b7312a09
@ -23,7 +23,7 @@ export default function Component({ service }) {
|
|||||||
if (widget.fields?.length > MAX_ALLOWED_FIELDS) {
|
if (widget.fields?.length > MAX_ALLOWED_FIELDS) {
|
||||||
widget.fields = widget.fields.slice(0, MAX_ALLOWED_FIELDS);
|
widget.fields = widget.fields.slice(0, MAX_ALLOWED_FIELDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!response) {
|
if (!response) {
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user