Skip to content

Commit

Permalink
refactor: add admin to useeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 5, 2025
1 parent cfe36a9 commit e159d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/pages/dashboard/monitoring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Dashboard = () => {
}, REFRESH_INTERVAL);

return () => clearInterval(interval);
}, [dataPoints]);
}, [dataPoints, admin]);

if (isLoading) {
return (
Expand Down

0 comments on commit e159d62

Please sign in to comment.