Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 6d83c6c

Browse files
samejrNERLOE
authored andcommitted
Fix(webapp) prevent incidents url being called every frame (triggerdotdev#2956)
1 parent b91ffee commit 6d83c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/routes/resources.incidents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function IncidentStatusPanel({ isCollapsed = false }: { isCollapsed?: boo
3131
if (fetcher.state === "idle") {
3232
fetcher.load("/resources/incidents");
3333
}
34-
}, [fetcher]);
34+
}, []);
3535

3636
useEffect(() => {
3737
if (!isManagedCloud) return;

0 commit comments

Comments
 (0)