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 298517d commit c044e77Copy full SHA for c044e77
src/components/BackButton.tsx
@@ -17,9 +17,6 @@ function BackButton({
17
const router = useRouter();
18
const pathname = router?.pathname || "";
19
20
- console.log("pthname:", pathname);
21
- console.log("isVisible:", isVisible);
22
-
23
if (pathname !== "/" && pathname !== "/home-page" && isVisible) {
24
return (
25
<a
0 commit comments