From cfb2e1fc3ad65ec2dcfe27ef3b61854b0e9a5f71 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 25 Aug 2022 05:10:38 -0600 Subject: [PATCH] Show old streak for old streak notifs --- web/pages/notifications.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 75ad2ab9..0fe3b179 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -45,7 +45,6 @@ import { SiteLink } from 'web/components/site-link' import { NotificationSettings } from 'web/components/NotificationSettings' import { SEO } from 'web/components/SEO' import { useUser } from 'web/hooks/use-user' -import { DAY_MS } from 'common/lib/util/time' export const NOTIFICATIONS_PER_PAGE = 30 const MULTIPLE_USERS_KEY = 'multipleUsers'