We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fa28c commit 7aa57acCopy full SHA for 7aa57ac
cloud/app/src/routes/workspace/[id].tsx
@@ -551,7 +551,7 @@ function NewUserSection() {
551
)
552
}
553
554
-export default function() {
+export default function () {
555
const params = useParams()
556
const keys = createAsync(() => listKeys(params.id))
557
const usage = createAsync(() => getUsageInfo(params.id))
0 commit comments