From c30a3d1ddf5b9fe0ab44620bd1fe39941df38ed2 Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Tue, 19 Nov 2024 21:51:30 -0600 Subject: [PATCH] Remove unnecessary comment --- plugins/ui/src/js/src/widget/WidgetHandler.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ui/src/js/src/widget/WidgetHandler.tsx b/plugins/ui/src/js/src/widget/WidgetHandler.tsx index c7c02517b..c4b518605 100644 --- a/plugins/ui/src/js/src/widget/WidgetHandler.tsx +++ b/plugins/ui/src/js/src/widget/WidgetHandler.tsx @@ -82,7 +82,6 @@ function WidgetHandler({ setIsLoading(true); } - // If the widget throws an error, we should stop loading if (widgetError != null && isLoading) { setIsLoading(false); }