From 40a87b84f4e84975f8f6d9df96b7a36225a25c5f Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Fri, 17 Apr 2026 20:04:32 +0000
Subject: [PATCH] Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
---
src/routes/painel.index.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/routes/painel.index.tsx b/src/routes/painel.index.tsx
index 1910b58..470b07b 100644
--- a/src/routes/painel.index.tsx
+++ b/src/routes/painel.index.tsx
@@ -77,6 +77,8 @@ function DashboardPage() {
)}
{subscription && subscription.status === "active" && }
+
+
);
}