Skip to content

Commit 3e52363

Browse files
Remove Console and fix login issue with WDL vis
1 parent 14786d3 commit 3e52363

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Apps/AccessAllDataApp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function AccessAllDataApp() {
3333
{
3434
key: 'demographicData',
3535
label: 'Demographic Data 🔒',
36-
children: <WDLVisualization loginState link='/access-all-data' />,
36+
children: <WDLVisualization loginState={d} link='/access-all-data' />,
3737
},
3838
{
3939
key: 'datasets',

src/SignalsPage/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function SignalsPage(props: Props) {
3232
' ',
3333
'%20',
3434
)}`;
35-
console.log(linkQueryParameter);
3635
const urlForListing = `${SIGNAL_API_LINK}signals/list?page=${paginationValue}&per_page=${pageSize}${linkQueryParameter}&statuses=Approved`;
3736
return urlForListing;
3837
};

0 commit comments

Comments
 (0)