From fac33509f5b9c37e421a347abf042280ae8d6298 Mon Sep 17 00:00:00 2001 From: Bala Lakshmi Narayanasami Date: Wed, 20 Jul 2022 20:25:41 +0530 Subject: [PATCH] Fixing test --- 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 e170a8870..44dcddb31 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -469,8 +469,7 @@ export default class Explorer { } private async generateConversationToken() { - if (userContext.databaseAccount === undefined || !userContext.databaseAccount.id === undefined) { - console.error("Database account not set"); + if (userContext.databaseAccount === undefined || userContext.databaseAccount.id === undefined) { return; } try {