Skip to content

Commit da6fe91

Browse files
committed
remove client root
1 parent 03523a3 commit da6fe91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/biorepo_components/BiorepoChecklistsContent.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import AccordionDetails from '@material-ui/core/AccordionDetails';
1313
import ExpandIcon from '@material-ui/icons/ExpandMore';
1414
import Link from '@material-ui/core/Link';
1515

16-
// const CLIENT_ROOT = 'https://biokic4.rc.asu.edu/neon/portal';
17-
const CLIENT_ROOT = 'http://localhost/neon';
18-
1916
function renderNode(nodes: any[], depth = 0) {
2017
return nodes.map((node, index) => {
2118
const isLastChild = index === nodes.length - 1;

0 commit comments

Comments
 (0)