Skip to content

Commit

Permalink
Add USD disclosure to recommended price label
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaakPrats committed Mar 4, 2025
1 parent f12284c commit c5d7c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/inventory/list_item_modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export class ListItemModal extends FloatElement {
<div class="price-section">
<label>
Recommended Price:
Recommended Price in USD:
${this.recommendedPrice ? `$${(this.recommendedPrice / 100).toFixed(2)}` : 'N/A'}
</label>
<div class="price-input-container">
Expand Down

0 comments on commit c5d7c5b

Please sign in to comment.