fix: removed prev label in navlink
This commit is contained in:
parent
15e953788e
commit
bc4e380f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const Subheader = ({ item, classes }) => {
|
|||
{item.children.map((it, idx) => (
|
||||
<li key={idx} className={classes.subheaderLi}>
|
||||
<NavLink
|
||||
to={{ pathname: it.route, state: { prev: prev } }}
|
||||
to={{ pathname: it.route, state: { prev } }}
|
||||
className={classes.subheaderLink}
|
||||
activeClassName={classes.activeSubheaderLink}
|
||||
isActive={match => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue