feat/dashboard-page #3
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ const AppLink = forwardRef<HTMLAnchorElement, Parameters<typeof Link>[0]>((props
|
|||
if (props.target === '_blank') {
|
||||
return <a ref={ref} {...props} href={props.href.toString()} />;
|
||||
}
|
||||
if (props['aria-disabled']) {
|
||||
return <span ref={ref} {...props} />;
|
||||
}
|
||||
return <Link ref={ref} {...props} href={props.href} />;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue