From 72b7312a0923709a1dd0731a8219e5748c585545 Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:53:17 -0400 Subject: [PATCH] Update component.jsx Remove empty whitespace according to lint --- src/widgets/romm/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/romm/component.jsx b/src/widgets/romm/component.jsx index 9f095cbe..a9df1423 100644 --- a/src/widgets/romm/component.jsx +++ b/src/widgets/romm/component.jsx @@ -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 (