Skip to content

Commit

Permalink
fix : 전공동아리 수정
Browse files Browse the repository at this point in the history
fix : 전공동아리 수정
  • Loading branch information
phyuna0525 authored Apr 22, 2024
2 parents adec555 + 68bee60 commit d13f88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/afterManage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const AfterManage = () => {
}
TabOnclick={onClickTab}
>
<div className="overflow-y-scroll h-96 flex flex-col gap-4">
<div className="overflow-y-scroll h-80 flex flex-col gap-4">
{selectedTab ? (
clubList.map((item, index) => (
<AfterList
Expand Down

0 comments on commit d13f88d

Please sign in to comment.