From 6c02d4ce664994dcef7730444b2d1f7404f5767a Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 15 Sep 2025 19:26:44 -0400 Subject: [PATCH] wip: zen --- cloud/app/src/routes/workspace/[id].tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 8a0ee14d..a3e14cdf 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -672,6 +672,7 @@ function NewUserSection() { export default function () { const params = useParams() + const balanceInfo = createAsync(() => getBillingInfo(params.id)) return (
@@ -690,7 +691,7 @@ export default function () { - getBillingInfo(params.id))()?.reload}> +