From 1c6cd07bd81fcf2b6df99b930f9ebacbff790d92 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 6 Jul 2022 11:34:35 -0600 Subject: [PATCH] Unused vars --- web/pages/notifications.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 4917dfea..f6e681bf 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -345,14 +345,11 @@ function IncomeNotificationItem(props: { const { notification, justSummary } = props const { sourceType, - sourceId, sourceUserName, sourceUserAvatarUrl, reason, sourceUserUsername, createdTime, - sourceContractCreatorUsername, - sourceContractSlug, } = notification const [highlighted] = useState(!notification.isSeen)