From 472695caca90c84fc1c7c9faae1ec7da19d0caae Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 23 Jan 2026 11:21:08 -0500 Subject: [PATCH] zen: fix balance not shown --- .../app/src/routes/workspace/[id]/index.tsx | 31 +++++++++---------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/packages/console/app/src/routes/workspace/[id]/index.tsx b/packages/console/app/src/routes/workspace/[id]/index.tsx index fe308dbb0..15dc6087a 100644 --- a/packages/console/app/src/routes/workspace/[id]/index.tsx +++ b/packages/console/app/src/routes/workspace/[id]/index.tsx @@ -43,23 +43,20 @@ export default function () { - - - - - - - Current balance ${balance()} - - - + + {checkoutSubmission.pending || store.checkoutRedirecting ? "Loading..." : "Enable billing"} + + }> + + Current balance ${balance()} + +