From f36d9fb4d71b0c0bff8eeb43c08de8621b71f5a2 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 13 Sep 2024 17:05:14 +0200 Subject: [PATCH] BugFixes --- .../subscription/favorites/favorites.component.html | 2 +- .../my-listing/my-listing.component.html | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bizmatch/src/app/pages/subscription/favorites/favorites.component.html b/bizmatch/src/app/pages/subscription/favorites/favorites.component.html index a73e60b..e3356b1 100644 --- a/bizmatch/src/app/pages/subscription/favorites/favorites.component.html +++ b/bizmatch/src/app/pages/subscription/favorites/favorites.component.html @@ -56,7 +56,7 @@ } @if(listing.listingsCategory==='commercialProperty'){ - } diff --git a/bizmatch/src/app/pages/subscription/my-listing/my-listing.component.html b/bizmatch/src/app/pages/subscription/my-listing/my-listing.component.html index 6a98bab..65282d5 100644 --- a/bizmatch/src/app/pages/subscription/my-listing/my-listing.component.html +++ b/bizmatch/src/app/pages/subscription/my-listing/my-listing.component.html @@ -57,12 +57,20 @@

Located in: {{ listing.location.name }} - {{ listing.location.state }}

Price: ${{ listing.price.toLocaleString() }}

- - + } +