diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-27 11:41:48 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-11 11:52:22 -0700 |
commit | 20b0ed121d60fdf034917397cb1ce75038b1cdba (patch) | |
tree | 38b6c50c9a4c8c28f04ac2dd0fcb9e09e51c650f /src/components/notifications/Notification.tsx | |
parent | fddb06e43c395f331b67222a0ca86625261875bb (diff) |
Remove unused variable
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-rw-r--r-- | src/components/notifications/Notification.tsx | 1 |
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, |