diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2ae7a49..a265119 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -13,7 +13,8 @@ "Bash(libs/service/src/types/supabase.ts)", "Bash(npx nx build:*)", "Bash(git add:*)", - "Bash(git commit:*)" + "Bash(git commit:*)", + "Bash(git push)" ], "deny": [], "ask": [] diff --git a/apps/hackathon/src/app/teams/[teamId]/page.tsx b/apps/hackathon/src/app/teams/[teamId]/page.tsx index 6d46602..4eb04d8 100644 --- a/apps/hackathon/src/app/teams/[teamId]/page.tsx +++ b/apps/hackathon/src/app/teams/[teamId]/page.tsx @@ -397,12 +397,14 @@ const TeamDashboardPage: FC = (): ReactElement => { )} - - - + {!team.has_submission && ( + + + + )}