Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf committed Jul 17, 2024
1 parent 707fc0c commit 6a18ca9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ export const Header = () => {
priceChange24h > 0
? "success"
: priceChange24h < 0
? "warning"
: ""
? "warning"
: ""
}`}
>
{priceChange24h > 0
? "▴"
: priceChange24h < 0
? "▾"
: ""}
? "▾"
: ""}
{` ${priceChange24h}%`}
</span>
</li>
Expand Down

0 comments on commit 6a18ca9

Please sign in to comment.