Skip to content

Commit f188408

Browse files
authored
Merge branch 'main' into main
2 parents 21504d1 + 449ab3a commit f188408

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/client/src/widgets/dialogs/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function DirectoryLink({ directory, style }: { directory: string, style?: CSSPro
7777
openService.openDirectory(directory);
7878
};
7979

80-
return <a className="tn-link" href="#" onClick={onClick} style={style}></a>
80+
return <a className="tn-link" href="#" onClick={onClick} style={style}>{directory}</a>
8181
} else {
8282
return <span style={style}>{directory}</span>;
8383
}

apps/client/src/widgets/dialogs/add_link.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ function AddLinkDialogComponent() {
9898
}
9999

100100
const autocompleteRef = useRef<HTMLInputElement>(null);
101-
console.log("Add link ", linkType, hasSelection);
102101

103102
return (
104103
<Modal

0 commit comments

Comments
 (0)