diff --git a/src/notification-preferences/NotificationPreferenceApp.jsx b/src/notification-preferences/NotificationPreferenceApp.jsx index 94d0f43..fc7be74 100644 --- a/src/notification-preferences/NotificationPreferenceApp.jsx +++ b/src/notification-preferences/NotificationPreferenceApp.jsx @@ -39,23 +39,15 @@ const NotificationPreferenceApp = ({ appId }) => {
{intl.formatMessage(messages.notificationAppTitle, { key: appId })} - - - +
- {!mobileView &&
}
diff --git a/src/notification-preferences/NotificationPreferenceColumn.jsx b/src/notification-preferences/NotificationPreferenceColumn.jsx index e5a7038..99000ff 100644 --- a/src/notification-preferences/NotificationPreferenceColumn.jsx +++ b/src/notification-preferences/NotificationPreferenceColumn.jsx @@ -89,20 +89,6 @@ const NotificationPreferenceColumn = ({ appId, channel, appPreference }) => { return (
- {!hideAppPreferences && ( - - {intl.formatMessage(messages.notificationChannel, { text: channel })} - - )} {appPreference ? renderPreference(appPreference) : appPreferences.map((preference) => (renderPreference(preference)))} diff --git a/src/notification-preferences/NotificationTypes.jsx b/src/notification-preferences/NotificationTypes.jsx index 628538d..9b2325d 100644 --- a/src/notification-preferences/NotificationTypes.jsx +++ b/src/notification-preferences/NotificationTypes.jsx @@ -23,7 +23,6 @@ const NotificationTypes = ({ appId }) => { return (
- {!mobileView && !hideAppPreferences && {intl.formatMessage(messages.typeLabel)}} {preferences.map(preference => ( (preference?.coreNotificationTypes?.length > 0 || preference.id !== 'core') && ( <>