no refs in NavLink
This commit is contained in:
parent
fe50dc7bb7
commit
aeb0d7acd1
1 changed files with 0 additions and 2 deletions
|
@ -121,7 +121,6 @@ const Button = forwardRef<any, {}>((props: Props, ref: any) => {
|
|||
if (requiresAuth && !emailVerified) {
|
||||
return (
|
||||
<NavLink
|
||||
ref={combinedRef}
|
||||
exact
|
||||
onClick={e => {
|
||||
e.stopPropagation();
|
||||
|
@ -139,7 +138,6 @@ const Button = forwardRef<any, {}>((props: Props, ref: any) => {
|
|||
|
||||
return path ? (
|
||||
<NavLink
|
||||
ref={combinedRef}
|
||||
exact
|
||||
to={path}
|
||||
title={title}
|
||||
|
|
Loading…
Add table
Reference in a new issue