Skip to content

Commit

Permalink
⚙️ chore : FE lint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 11, 2024
1 parent 403e99b commit bbcb40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/TopFive/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Nav() {
key={market}
ref={(el) => (buttonRefs.current[index] = el)}
onClick={() => handleMarketChange(market)}
className={`relative px-2 py-2`}
className={'relative px-2 py-2'}
>
{market}
</button>
Expand Down

0 comments on commit bbcb40e

Please sign in to comment.