diff --git a/app/features/team/routes/t.$customUrl.index.tsx b/app/features/team/routes/t.$customUrl.index.tsx index 658b385c2..f0ee1e756 100644 --- a/app/features/team/routes/t.$customUrl.index.tsx +++ b/app/features/team/routes/t.$customUrl.index.tsx @@ -73,7 +73,7 @@ function ActionButtons() { {isTeamMember({ user, team }) && !isMainTeam ? ( ) : null} - {isTeamMember({ user, team }) ? ( + {isTeamMember({ user, team }) && team.members.length > 1 ? (