Skip to content

Commit

Permalink
Fix bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed May 20, 2024
1 parent 370528e commit 9903e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/shared/property/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function createCard(listing) {
<span class="property-label">${listing.mlsStatus}</span>
</div>
<div class="property-price">
${listing.ListPriceUS}
<p>${listing.ListPriceUS}</p>
</div>
</div>
<p>${listing.ListPriceUS}</p>
Expand Down

0 comments on commit 9903e6a

Please sign in to comment.