Skip to content

Commit

Permalink
feat: adding render condition logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 9, 2023
1 parent d243d26 commit 67878bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/forum/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ const InnerApp = () => {
location.pathname.startsWith("/") &&
location.pathname.split("/").length === 3;

console.log(location);
console.log(isThreadRoute);

useEffect(() => {
console.log(location.hash);
}, [location]);

const handleReset = () => {
navigate("/");
setRefresh(!refresh);
Expand Down

0 comments on commit 67878bb

Please sign in to comment.