From ee8c13ec7ee3a8749c56478226ccb108ed8b5177 Mon Sep 17 00:00:00 2001 From: Andrew Rumble Date: Mon, 7 Oct 2024 09:56:29 +0100 Subject: [PATCH] Ensure gov banner defined before use GitOrigin-RevId: 1db97fd4882600f8e6764273bbcbec503b68f01e --- .../components/notifications/user-notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx b/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx index 2c8f332331..1d44c495da 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx +++ b/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx @@ -80,7 +80,7 @@ function UserNotifications() { {!showWritefull && !dismissedWritefull && } - + {USGovBanner && }