We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03523a3 commit da6fe91Copy full SHA for da6fe91
src/biorepo_components/BiorepoChecklistsContent.jsx
@@ -13,9 +13,6 @@ import AccordionDetails from '@material-ui/core/AccordionDetails';
13
import ExpandIcon from '@material-ui/icons/ExpandMore';
14
import Link from '@material-ui/core/Link';
15
16
-// const CLIENT_ROOT = 'https://biokic4.rc.asu.edu/neon/portal';
17
-const CLIENT_ROOT = 'http://localhost/neon';
18
-
19
function renderNode(nodes: any[], depth = 0) {
20
return nodes.map((node, index) => {
21
const isLastChild = index === nodes.length - 1;
0 commit comments