From 7196a6437042ad51693d7daac20359f218d55707 Mon Sep 17 00:00:00 2001
From: amimaro
Date: Thu, 24 Jul 2025 19:29:32 -0300
Subject: [PATCH 1/2] fix: remove team member action display condition
---
app/(dashboard)/dashboard/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/(dashboard)/dashboard/page.tsx b/app/(dashboard)/dashboard/page.tsx
index 60475a8587..70b567f014 100644
--- a/app/(dashboard)/dashboard/page.tsx
+++ b/app/(dashboard)/dashboard/page.tsx
@@ -153,7 +153,7 @@ function TeamMembers() {
- {index > 1 ? (
+ {index >= 1 ? (