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 0c987ba commit b12223cCopy full SHA for b12223c
src/biorepo_components/BiorepoChecklistsContent.jsx
@@ -17,7 +17,7 @@ function renderNode(nodes: any[], depth = 0) {
17
return nodes.map((node, index) => {
18
const isLastChild = index === nodes.length - 1;
19
const collidLink = node.collid
20
- ? `../checklists/checklist.php?clid=${node.collid}`
+ ? `../neon/checklists/checklist.php?clid=${node.collid}`
21
: null;
22
23
const nodeContent = collidLink ? (
0 commit comments