Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Nov 20, 2024
1 parent 1adfad5 commit c30a3d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/ui/src/js/src/widget/WidgetHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function WidgetHandler({
setIsLoading(true);
}

// If the widget throws an error, we should stop loading
if (widgetError != null && isLoading) {
setIsLoading(false);
}
Expand Down

0 comments on commit c30a3d1

Please sign in to comment.