diff --git a/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html b/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html
index 7e360f598d..dd798749da 100644
--- a/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html
+++ b/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html
@@ -130,6 +130,12 @@
Government Parcel Contact
{{ owner.phoneNumber }}
{{ owner.email }}
+
diff --git a/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html b/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html
index 65c5fd4dbe..9e7c11d0a5 100644
--- a/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html
+++ b/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html
@@ -117,7 +117,7 @@ Government Parcel Contact
{{ owner.phoneNumber }}
{{ owner.email }}
+
diff --git a/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html b/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html
index b08c7e2ddd..da7a8c6080 100644
--- a/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html
+++ b/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html
@@ -103,38 +103,38 @@ Parcel #{{ parcelInd + 1 }}
- Government Parcel Contact
+ Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
Phone
+
Phone
{{ parcel.owners[0].phoneNumber ?? '' | mask : '(000) 000-0000' }}
-
Email
+
Email
{{ parcel.owners[0].email }}
-
+
Crown Type
@@ -148,7 +148,6 @@
Government
- Government Parcel Contact
+ Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
Phone
+
Phone
{{ parcel.owners[0].phoneNumber ?? '' | mask : '(000) 000-0000' }}
-
Email
+
Email
{{ parcel.owners[0].email }}
-
+
Crown Type
@@ -148,7 +148,6 @@
Government
- Government Parcel Contact
+ Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
+
Crown Type
@@ -93,10 +93,7 @@
Government