Skip to content

Commit

Permalink
refactor: Remove console.log in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcherry23 authored Oct 12, 2023
1 parent 239e1e6 commit 0afc197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/common/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function Navbar() {
const currentPage = router.pathname;

useEffect(() => {
console.log(currentPage);
if (currentPage === "/interviews") {
setActiveTab(TabsOptions.INTERVIEWS);
} else if (currentPage === "/questions") {
Expand Down

0 comments on commit 0afc197

Please sign in to comment.