Skip to content

Commit

Permalink
Remove console.log and fix logi inssue with WDL viz
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasaifee42 committed Jun 21, 2024
1 parent baa2b66 commit f30c13c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Apps/AccessAllDataApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function AccessAllDataApp() {
{
key: 'demographicData',
label: 'Demographic Data 🔒',
children: <WDLVisualization loginState link='/access-all-data' />,
children: <WDLVisualization loginState={d} link='/access-all-data' />,
},
{
key: 'datasets',
Expand Down
1 change: 0 additions & 1 deletion src/SignalsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit f30c13c

Please sign in to comment.