Skip to content

Commit

Permalink
πŸ”§ fix: eslint 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Nov 12, 2024
1 parent f56fc90 commit ba1bd74
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 ba1bd74

Please sign in to comment.