fix: ghost terminals, spam HTTP requests on dashboard

This commit is contained in:
Akhileshrangani4
2024-09-16 11:13:36 -04:00
parent 2f88ff6d58
commit a353863523
3 changed files with 6 additions and 4 deletions

View File

@ -51,7 +51,7 @@ export default function Dashboard({
useEffect(() => { // update the dashboard to show a new project
router.refresh()
}, [sandboxes])
}, [])
return (
<>