Skip to content

Commit

Permalink
[feat/#46] 크루 페이지 랭킹 height 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Sep 27, 2024
1 parent 1a9dbbf commit a1866b9
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 a1866b9

Please sign in to comment.