Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
SeRi0uS007 committed Dec 18, 2024
1 parent 2c9c12d commit 805469b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3081,9 +3081,8 @@
}
}

$('#my_market_selllistings_number')
.append(`<span id="my_market_sellistings_total_amount"> [${totalAmount}]</span>`)
.append(`<span id="my_market_sellistings_total_price">, ${formatPrice(totalPriceBuyer)}${formatPrice(totalPriceSeller)}</span>`);
$('#my_market_selllistings_number').append(`<span id="my_market_sellistings_total_amount"> [${totalAmount}]</span>`)
.append(`<span id="my_market_sellistings_total_price">, ${formatPrice(totalPriceBuyer)}${formatPrice(totalPriceSeller)}</span>`);
}


Expand Down

0 comments on commit 805469b

Please sign in to comment.