Skip to content

Commit

Permalink
refactor(menu): Remove redundant active link class
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbeom-shin committed Feb 7, 2025
1 parent 6caa470 commit 82b20fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/user_settings/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
const menuClass = (menuPath) => {
return [
menuPath === window.location.pathname ? 'bg-gray-50 text-gray-700' : 'bg-white',
{ 'active-link': menuPath === window.location.pathname }
]
}
Expand Down

0 comments on commit 82b20fb

Please sign in to comment.