Update component.jsx

Remove empty whitespace according to lint
This commit is contained in:
InsertDisc 2024-08-23 21:53:17 -04:00 committed by GitHub
parent fb026eef93
commit 72b7312a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ export default function Component({ service }) {
if (widget.fields?.length > MAX_ALLOWED_FIELDS) {
widget.fields = widget.fields.slice(0, MAX_ALLOWED_FIELDS);
}
if (!response) {
return (
<Container service={service}>