diff --git a/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html b/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html index fd55496..0d05178 100644 --- a/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html +++ b/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html @@ -77,7 +77,7 @@

Location: {{ selectOptions.getState(listing.state) }}

Established: {{ listing.established }}

- +
diff --git a/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.html b/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.html index 50e78e0..8d700cc 100644 --- a/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.html +++ b/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.html @@ -51,7 +51,7 @@
@if (listing.imageOrder?.length>0){ - Image + Image } @else { Image } diff --git a/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.ts b/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.ts index 80d3ae4..a1c5a5b 100644 --- a/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.ts +++ b/bizmatch/src/app/pages/listings/commercial-property-listings/commercial-property-listings.component.ts @@ -41,7 +41,7 @@ export class CommercialPropertyListingsComponent { statesSet = new Set(); state: string; totalRecords: number = 0; - + ts = new Date().getTime(); constructor( public selectOptions: SelectOptionsService, private listingsService: ListingsService,