Skip to content

Commit

Permalink
Fix Trend
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Mar 22, 2024
1 parent 015a7d5 commit df0431a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export function getChangePercentage(data: MarketItemPerformer, range: PortfolioR
case "month":
return data.priceChangePercentage30d;
case "year":
return data.priceChangePercentage1y;
default:
return data.priceChangePercentage1h;
return data.priceChangePercentage1y;
}
}

0 comments on commit df0431a

Please sign in to comment.