From 5d6273889d06f0cb4d839781d6365540a49b81ed Mon Sep 17 00:00:00 2001 From: Senthamil Sindhu Date: Thu, 18 Jan 2024 09:49:34 -0800 Subject: [PATCH] Remove lint error --- src/Explorer/Explorer.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 768595c6f..4d8f3d0b8 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -277,10 +277,6 @@ export default class Explorer { const NINETY_DAYS_IN_MS = 7776000000; const ONE_DAY_IN_MS = 86400000; const THREE_DAYS_IN_MS = 259200000; - const isAccountNewerThanNinetyDays = isAccountNewerThanThresholdInMs( - userContext.databaseAccount?.systemData?.createdAt || "", - NINETY_DAYS_IN_MS, - ); const lastSubmitted: string = localStorage.getItem("lastSubmitted"); if (lastSubmitted !== null) {