From 06cabc88dbb1f877e336e7d52dca9c66143e592c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:10:00 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/routes/painel.index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/painel.index.tsx b/src/routes/painel.index.tsx index 8904bb3..c80bf71 100644 --- a/src/routes/painel.index.tsx +++ b/src/routes/painel.index.tsx @@ -77,11 +77,11 @@ function DashboardPage() { {!subscription && } - {subscription && (subscription.status === "incomplete" || subscription.status === "active") && ( - - )} + {subscription && + (subscription.status === "incomplete" || subscription.status === "active") && + agent?.status === "provisioning" && } - {subscription && subscription.status === "active" && ( + {subscription && subscription.status === "active" && agent?.status === "active" && ( <>