Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed May 13, 2024
1 parent 0a11143 commit dab8050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/app/(routes)/root-layout-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function RootLayoutContainer({ children }: PropsWithChildren) {
const { targetChain } = useCurrentChain();
const pathname = usePathname();
const isHomePage = pathname === "/";
console.log(isHomePage);

return (
<body
Expand Down

0 comments on commit dab8050

Please sign in to comment.