From 6f622d9c11648ec6060fd3a52f8b00a4c3335df5 Mon Sep 17 00:00:00 2001 From: Sophie Stadler Date: Thu, 25 Jan 2024 10:49:59 -0500 Subject: [PATCH] Oops --- src/components/Banners/SlackNotificationBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banners/SlackNotificationBanner.tsx b/src/components/Banners/SlackNotificationBanner.tsx index 8bc91523bd..2cc83704a0 100644 --- a/src/components/Banners/SlackNotificationBanner.tsx +++ b/src/components/Banners/SlackNotificationBanner.tsx @@ -83,7 +83,7 @@ export const SlackNotificationBanner = () => { (isNotificationSet(patchFirstFailure) || isNotificationSet(patchFinish)); const showSlackBanner = - !slackUsername && !hasClosedBanner && !hasSetNotifications; + !defaultSlackUsername && !hasClosedBanner && !hasSetNotifications; return showSlackBanner ? (