Skip to content

Commit

Permalink
chore: remove usage of activeClassName - closes finos#451
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed Feb 29, 2024
1 parent 6957825 commit 2b6a7bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function Sidebar(props) {
<NavLink
to={prop.layout + prop.path}
className={activePro + classes.item}
activeClassName='active'
key={key}
style={{ textDecoration: 'none' }}
>
Expand Down

0 comments on commit 2b6a7bf

Please sign in to comment.