diff --git a/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap b/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap index a42d33707a..9c6c41ca74 100644 --- a/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap +++ b/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap @@ -36,7 +36,6 @@ Object {

Notification Preferences

@@ -456,7 +455,6 @@ Object {

Notification Preferences

@@ -1014,7 +1012,6 @@ Object {

Notification Preferences

@@ -1319,7 +1316,6 @@ Object {

Notification Preferences

@@ -1820,7 +1816,6 @@ Object {

Notification Preferences

@@ -2321,7 +2316,6 @@ Object {

Notification Preferences

diff --git a/webapp/channels/src/components/widgets/modals/components/modal_header.tsx b/webapp/channels/src/components/widgets/modals/components/modal_header.tsx index 552c2c8cfb..9024d58f7e 100644 --- a/webapp/channels/src/components/widgets/modals/components/modal_header.tsx +++ b/webapp/channels/src/components/widgets/modals/components/modal_header.tsx @@ -19,7 +19,6 @@ function ModalHeader({id, title, subtitle, handleClose}: Props) {

{title}