Skip to content

Commit 6e95dc4

Browse files
sehyun0518sageherb
authored andcommitted
feat(auction-detail-log): 로그 하락 금액 표시 라벨 시작 금액 - 현재 금액
1 parent 63d2e30 commit 6e95dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/auction/auction-log/ui/auction-log-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function AuctionLogList({
2828
</h3>
2929
{recentPriceHistory.length !== 0 && (
3030
<span className="text-base text-red-400">
31-
{formatPriceKRW(recentPriceHistory[0].currentPrice)} (-
31+
{formatPriceKRW(startPrice - recentPriceHistory[0].currentPrice)} (-
3232
{calcDiscountRate(startPrice, recentPriceHistory[0].currentPrice, 1)}%)
3333
</span>
3434
)}

0 commit comments

Comments
 (0)