Skip to content

Commit

Permalink
Merge pull request #73 from HGU-WALAB/#65/hotfix
Browse files Browse the repository at this point in the history
Fix : 그룹별 활동 조회 그룹 넘버가 tag를 나타내도록 수정
  • Loading branch information
ohinhyuk authored Sep 13, 2023
2 parents ac83f53 + ce96587 commit 58bef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion histudy-front/src/components/Manager/StudyGroupTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function StudyGroupTable({
borderColor: "primary.border",
}}
>
{row.group}
{row.tag}
</Box>

<Box
Expand Down

0 comments on commit 58bef7c

Please sign in to comment.