Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Jan 25, 2024
1 parent f68e822 commit 6f622d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banners/SlackNotificationBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const SlackNotificationBanner = () => {
(isNotificationSet(patchFirstFailure) || isNotificationSet(patchFinish));

const showSlackBanner =
!slackUsername && !hasClosedBanner && !hasSetNotifications;
!defaultSlackUsername && !hasClosedBanner && !hasSetNotifications;

return showSlackBanner ? (
<Banner
Expand Down

0 comments on commit 6f622d9

Please sign in to comment.