From 95785a9585d673a16403fec7c22ebc0da51cca79 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Wed, 29 Aug 2018 14:55:45 -0500 Subject: [PATCH] ref(Notification.native): remove unnecessary View The styles.actionColumn does not exist. It looks the same without the extra View. --- .../notifications/components/Notification.native.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/react/features/notifications/components/Notification.native.js b/react/features/notifications/components/Notification.native.js index 7008947e9..1b7ffc5ab 100644 --- a/react/features/notifications/components/Notification.native.js +++ b/react/features/notifications/components/Notification.native.js @@ -88,13 +88,11 @@ class Notification extends AbstractNotification { { isDismissAllowed - && - - - - + && + + } );