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();