feat: add owner badge with edit icon on listing cards for own listings
This commit is contained in:
@@ -345,6 +345,7 @@ class PageListing extends HTMLElement {
|
||||
currency="${listing.currency || 'EUR'}"
|
||||
location="${this.escapeHtml(locationName)}"
|
||||
image="${imageUrl}"
|
||||
owner-id="${listing.user_created || ''}"
|
||||
></listing-card>
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user