From 7a228a805287cbdef5a85dbcb3b27c4b3b86e799 Mon Sep 17 00:00:00 2001 From: Lucas Li <35748253+yzlucas@users.noreply.github.com> Date: Wed, 1 May 2024 16:01:24 -0700 Subject: [PATCH] wfnews-2158: Missing url if bulletinUrl is null (#1878) * wfnews-2158 * wfnews-2158 --- .../incident-info-panel/incident-info-panel.component.html | 4 ++-- .../incident-info-panel/incident-info-panel.component.ts | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel/incident-info-panel.component.html b/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel/incident-info-panel.component.html index 8ef9dbb09d..026274f2f7 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel/incident-info-panel.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel/incident-info-panel.component.html @@ -86,8 +86,8 @@
{{area.name}} Link: {{area.bulletinUrl}}
+ {{area.name}} +{{area.name}} Link: {{area.bulletinUrl || areaRestrictionLink}}