Skip to content

Commit

Permalink
feat: 변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Feb 1, 2024
1 parent 466084c commit e346fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/RankingPage/RankingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const RankingPage = ({ usageRankingOrder }: Props) => {
return (
<TimelineLayout
css={setBackgroundByUsageRankingLevel(
recapInfo?.usageRanking[0].level ?? DEFAULT_USAGE_RANKING_LEVEL,
recapInfo?.usageRanking[usageRankingOrder].level ??
DEFAULT_USAGE_RANKING_LEVEL,
)}>
<div
css={css`
Expand Down

0 comments on commit e346fb7

Please sign in to comment.