From 8db1b9adfce0ec4c09b78c67550686e2f437b927 Mon Sep 17 00:00:00 2001 From: Ian Liu Date: Tue, 10 Oct 2023 16:58:56 -0700 Subject: [PATCH] Remove 'titlecase' pipe from project name. Show as it is entered. --- admin/src/app/foms/fom-detail/fom-detail.component.html | 2 +- admin/src/app/foms/summary/summary.component.html | 2 +- admin/src/app/search/search.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/src/app/foms/fom-detail/fom-detail.component.html b/admin/src/app/foms/fom-detail/fom-detail.component.html index 7b5900c57..37b43a359 100644 --- a/admin/src/app/foms/fom-detail/fom-detail.component.html +++ b/admin/src/app/foms/fom-detail/fom-detail.component.html @@ -79,7 +79,7 @@

FOM ID: {{project.id}}

Name

+ [innerHTML]="project.name ? project.name : 'No applicant on this file'">

Description

diff --git a/admin/src/app/foms/summary/summary.component.html b/admin/src/app/foms/summary/summary.component.html index 26136ca68..4a6d0a77b 100644 --- a/admin/src/app/foms/summary/summary.component.html +++ b/admin/src/app/foms/summary/summary.component.html @@ -31,7 +31,7 @@

Summary for FOM ID: {{project?.id}}

Name

- {{project?.name | titlecase}} + {{project?.name}}
diff --git a/admin/src/app/search/search.component.html b/admin/src/app/search/search.component.html index aa62615ea..bfce8e681 100644 --- a/admin/src/app/search/search.component.html +++ b/admin/src/app/search/search.component.html @@ -112,7 +112,7 @@

{{project.id }} + [innerHTML]="project.name ? project.name : 'No FOM name on this File'"> {{project.fspId}}