From 50f3b0ed13230591ddaf4a6e0006687563570789 Mon Sep 17 00:00:00 2001 From: soohee Jang Date: Mon, 30 Jun 2025 10:08:17 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=EC=A0=95=EB=A0=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/team/team-report.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/team/team-report.tsx b/components/team/team-report.tsx index 9736428..38b50c4 100644 --- a/components/team/team-report.tsx +++ b/components/team/team-report.tsx @@ -172,7 +172,7 @@ export function TeamReport({ teamMembers }: TeamReportProps) { {/* Team Members List */}
- {teamMembers.map((member) => ( + {sortedTeamMembers.map((member) => (