aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-27 11:41:48 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-11 11:52:22 -0700
commit20b0ed121d60fdf034917397cb1ce75038b1cdba (patch)
tree38b6c50c9a4c8c28f04ac2dd0fcb9e09e51c650f /src
parentfddb06e43c395f331b67222a0ca86625261875bb (diff)
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/Notification.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx
index 0f22599e..fd1b11ac 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -47,7 +47,6 @@ const Notification: React.FC<NotificationProps> = (props) => {
verbage,
notification_type,
notification_object,
- unread,
timestamp,
},
screenType,