From 4024bf5c7ec0e01f2bae9f65030359c8da69b8f3 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 27 May 2021 11:35:02 -0700 Subject: Remove linear gradient --- src/components/notifications/Notification.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 3f9cc56a..dff65255 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -323,13 +323,7 @@ const Notification: React.FC = (props) => { ); - return unread ? ( - - {renderContent()} - - ) : ( - renderContent() - ); + return renderContent(); }; const styles = StyleSheet.create({ -- cgit v1.2.3-70-g09d2