Skip to content

Commit 1eee8a1

Browse files
house
1 parent abf1b99 commit 1eee8a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export default function App() {
6565
if (anchor) {
6666
const anchorId = anchor.replace('#', '');
6767
const element = document.getElementById(anchorId);
68-
console.log(element)
6968
if (element) {
7069
element.scrollIntoView();
7170
}

0 commit comments

Comments
 (0)