diff --git a/src/app/_components/InstalledScriptsTab.tsx b/src/app/_components/InstalledScriptsTab.tsx
index 8aca574..f53e04f 100644
--- a/src/app/_components/InstalledScriptsTab.tsx
+++ b/src/app/_components/InstalledScriptsTab.tsx
@@ -377,7 +377,7 @@ export function InstalledScriptsTab() {
containerStatusMutation.mutate({ serverIds });
}
}, 500);
- }, [containerStatusMutation]);
+ }, []);
// Run cleanup when component mounts and scripts are loaded (only once)
useEffect(() => {
@@ -1365,21 +1365,17 @@ export function InstalledScriptsTab() {
) : (
script.web_ui_ip ? (
-
-