fix: ghost terminals, spam HTTP requests on dashboard
This commit is contained in:
@ -51,7 +51,7 @@ export default function Dashboard({
|
||||
|
||||
useEffect(() => { // update the dashboard to show a new project
|
||||
router.refresh()
|
||||
}, [sandboxes])
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user