diff --git a/services/web/frontend/js/shared/components/notification.tsx b/services/web/frontend/js/shared/components/notification.tsx index 25a28a2f29..7f9bb612a9 100644 --- a/services/web/frontend/js/shared/components/notification.tsx +++ b/services/web/frontend/js/shared/components/notification.tsx @@ -57,7 +57,6 @@ function Notification({ const notificationClassName = classNames( 'notification', `notification-type-${type}`, - isDismissible ? 'notification-dismissible' : '', isActionBelowContent ? 'notification-cta-below-content' : '' )