Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Sep 23, 2024
1 parent 60a014d commit 8018a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(home)/coin/[coinId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function CoinInfoPage() {
{t("CoinData.currentPrice")}:
</p>
<p className="text-2xl font-bold">
${coin?.market_data.current_price.usd.toLocaleString()}
${coin?.market_data?.current_price.usd.toLocaleString()}
</p>
</div>
<div>
Expand Down

0 comments on commit 8018a53

Please sign in to comment.