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 ? (