From e26207e9494ac0fc4d6a15e4511580d9b8d7629a Mon Sep 17 00:00:00 2001 From: Senthamil Sindhu Date: Thu, 18 Jan 2024 11:04:24 -0800 Subject: [PATCH] Address comments --- src/Explorer/Explorer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 4d8f3d0b8..7ff623b65 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -298,8 +298,7 @@ export default class Explorer { this.sendNPSMessage(); } } else { - // Display survey when an existing account is older than 3 days but less than 90 days old. Also, show for accounts greater than 90 days old. For existing account show to 100% of users in Data Explorer. - if ( + // Show survey when an existing account is older than 3 days !isAccountNewerThanThresholdInMs(userContext.databaseAccount?.systemData?.createdAt || "", THREE_DAYS_IN_MS) ) { this.sendNPSMessage();