From f30c13c95288d6ed5e5576a52eed1885c67a0792 Mon Sep 17 00:00:00 2001 From: Mustafa Saifee Date: Fri, 21 Jun 2024 16:21:15 +0300 Subject: [PATCH] Remove console.log and fix logi inssue with WDL viz --- src/Apps/AccessAllDataApp.tsx | 2 +- src/SignalsPage/index.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Apps/AccessAllDataApp.tsx b/src/Apps/AccessAllDataApp.tsx index 058b52e..6bca328 100644 --- a/src/Apps/AccessAllDataApp.tsx +++ b/src/Apps/AccessAllDataApp.tsx @@ -33,7 +33,7 @@ export function AccessAllDataApp() { { key: 'demographicData', label: 'Demographic Data 🔒', - children: , + children: , }, { key: 'datasets', diff --git a/src/SignalsPage/index.tsx b/src/SignalsPage/index.tsx index 6f8d9d7..576b4d9 100644 --- a/src/SignalsPage/index.tsx +++ b/src/SignalsPage/index.tsx @@ -32,7 +32,6 @@ export function SignalsPage(props: Props) { ' ', '%20', )}`; - console.log(linkQueryParameter); const urlForListing = `${SIGNAL_API_LINK}signals/list?page=${paginationValue}&per_page=${pageSize}${linkQueryParameter}&statuses=Approved`; return urlForListing; };