From fa1c04792b79c46959c15e2050a8192470e1bea1 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 6 Oct 2022 21:27:03 -0400 Subject: [PATCH] Lint --- web/pages/notifications.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 67759989..1443dfa4 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -980,13 +980,14 @@ function BetFillNotification(props: { ) } + function MarketClosedNotification(props: { notification: Notification highlighted: boolean justSummary: boolean isChildOfGroup?: boolean }) { - const { notification, isChildOfGroup, highlighted, justSummary } = props + const { notification, isChildOfGroup, highlighted } = props notification.sourceUserAvatarUrl = MANIFOLD_AVATAR_URL return (