From bc57bf5163b7b3e2e562529214610be9bf916b07 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Fri, 25 May 2018 21:47:40 +0800 Subject: [PATCH] remove desktop duration on notify props (#1706) Signed-off-by: Saturnino Abril --- .../notification_settings_mobile_base.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js b/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js index 79a9f30a8..e454f9437 100644 --- a/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js +++ b/app/screens/settings/notification_settings_mobile/notification_settings_mobile_base.js @@ -100,7 +100,6 @@ export default class NotificationSettingsMobileBase extends PureComponent { channel, comments, desktop, - desktop_duration: desktopDuration, email, first_name: firstName, mention_keys: mentionKeys, @@ -112,7 +111,6 @@ export default class NotificationSettingsMobileBase extends PureComponent { channel, comments, desktop, - desktop_duration: desktopDuration, email, first_name: firstName, mention_keys: mentionKeys,