diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 19d711e8..b8f35550 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -551,7 +551,7 @@ function NewUserSection() { ) } -export default function() { +export default function () { const params = useParams() const keys = createAsync(() => listKeys(params.id)) const usage = createAsync(() => getUsageInfo(params.id))