From 162c5b042fcacfeeb4c92a20869ebee05dfa9cae Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 12 Mar 2025 14:15:32 +0100 Subject: [PATCH] only display "not found" if listings/users is set --- .../listings/broker-listings/broker-listings.component.html | 2 +- .../listings/business-listings/business-listings.component.html | 2 +- .../commercial-property-listings.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html b/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html index 51087cd..09dcadf 100644 --- a/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html +++ b/bizmatch/src/app/pages/listings/broker-listings/broker-listings.component.html @@ -37,7 +37,7 @@ } - } @else { + } @else if (users?.length===0){
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 87e2693..cda07e7 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 @@ -52,7 +52,7 @@
}
- } @else { + } @else if (listings?.length===0){
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 001c979..e9a970e 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 @@ -34,7 +34,7 @@
}
- }@else { + } @else if (listings?.length===0){