Skip to content

Commit a52c0d4

Browse files
committed
Removed new tab
1 parent d0bd88c commit a52c0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/biorepo_components/BiorepoChecklistsContent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function renderNode(nodes: any[], depth = 0) {
2121
: null;
2222

2323
const nodeContent = collidLink ? (
24-
<Link href={collidLink} color="primary" underline="always">
24+
<Link href={collidLink} color="primary" underline="always" target="_self">
2525
<Typography color="inherit">{node.name}</Typography>
2626
</Link>
2727
) : (

0 commit comments

Comments
 (0)