Skip to content

Commit

Permalink
Merge pull request #101 from DDD-Community/feat/#46
Browse files Browse the repository at this point in the history
[feat/#46] 크루 페이지 랭킹 height 수정
  • Loading branch information
lkhoony authored Sep 27, 2024
2 parents 134d4b3 + a1866b9 commit e863d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Crew/MyCrew/MyCrewRankingContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function MyCrewRankingContainer(props: MyCrewRankingContainerProp
</div>

{/* 랭킹 표시 */}
<div className="mt-4">
<div className="mt-4 h-[220px]">
{ranks.length > 0 && myRank ? (
<CrewRanking rankings={ranks} myRank={myRank} />
) : (
Expand Down

0 comments on commit e863d24

Please sign in to comment.