From 913a96afec0b661d373c306719b1ba22244419c4 Mon Sep 17 00:00:00 2001 From: Senthamil Sindhu Date: Thu, 18 Jan 2024 11:11:03 -0800 Subject: [PATCH] Fix error in code --- src/Explorer/Explorer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 7ff623b65..e58602cfd 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -299,6 +299,7 @@ export default class Explorer { } } else { // Show survey when an existing account is older than 3 days + if ( !isAccountNewerThanThresholdInMs(userContext.databaseAccount?.systemData?.createdAt || "", THREE_DAYS_IN_MS) ) { this.sendNPSMessage();