Skip to content

Commit

Permalink
🔧 fix: singlequote관련 lint오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Nov 21, 2024
1 parent 9f20bc6 commit 006272f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FE/src/components/Rank/RankCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export default function RankCard({ item, ranking, type }: Props) {

return (
<div
className={`flex items-center justify-between rounded p-2 transition-colors`}
className={
'flex items-center justify-between rounded p-2 transition-colors'
}
>
<div className='flex items-center gap-2'>
<div
Expand Down

0 comments on commit 006272f

Please sign in to comment.