From 4c8c3f3be1dc85f46dbea6f64ddbd39b68cb15d3 Mon Sep 17 00:00:00 2001 From: Daniel Haselhan Date: Tue, 21 May 2024 11:27:42 -0700 Subject: [PATCH] Remove # --- .../notification-details/parcel/parcel.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alcs-frontend/src/app/features/notification/applicant-info/notification-details/parcel/parcel.component.html b/alcs-frontend/src/app/features/notification/applicant-info/notification-details/parcel/parcel.component.html index 2b3c6fa853..2c5b9c684e 100644 --- a/alcs-frontend/src/app/features/notification/applicant-info/notification-details/parcel/parcel.component.html +++ b/alcs-frontend/src/app/features/notification/applicant-info/notification-details/parcel/parcel.component.html @@ -3,7 +3,7 @@

Notification Parcels

-

Parcel #{{ parcelInd + 1 }}

+

Parcel {{ parcelInd + 1 }}

Ownership Type