We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14786d3 commit 3e52363Copy full SHA for 3e52363
src/Apps/AccessAllDataApp.tsx
@@ -33,7 +33,7 @@ export function AccessAllDataApp() {
33
{
34
key: 'demographicData',
35
label: 'Demographic Data 🔒',
36
- children: <WDLVisualization loginState link='/access-all-data' />,
+ children: <WDLVisualization loginState={d} link='/access-all-data' />,
37
},
38
39
key: 'datasets',
src/SignalsPage/index.tsx
@@ -32,7 +32,6 @@ export function SignalsPage(props: Props) {
32
' ',
'%20',
)}`;
- console.log(linkQueryParameter);
const urlForListing = `${SIGNAL_API_LINK}signals/list?page=${paginationValue}&per_page=${pageSize}${linkQueryParameter}&statuses=Approved`;
return urlForListing;
};
0 commit comments