fix: ghost terminals and spam HTTPs requests on dashboard

This commit is contained in:
Akhileshrangani4
2024-09-13 20:46:43 -04:00
parent 800cb8b437
commit ca7d918535
3 changed files with 6 additions and 3 deletions

View File

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