Skip to content

Commit

Permalink
Merge pull request #75 from HGU-WALAB/#65/hotfix
Browse files Browse the repository at this point in the history
Fix : 그룹별 활동 조회의 그룹 번호가 고유한 그룹 번호가 아니기에 tag로 변환 시켜줌(#65)
  • Loading branch information
ohinhyuk authored Sep 18, 2023
2 parents 36353ed + 62b39de commit 2f9eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion histudy-front/src/components/Manager/ReportTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function ReportTable({
padding: "0 20px",
}}
>
<span>Group {data.group}</span>
<span>Group {data.tag}</span>
{" "}
<span>
{data.members.map((member, index) => (
Expand Down

0 comments on commit 2f9eb05

Please sign in to comment.