Trying to fix tsc

This commit is contained in:
49lf
2024-08-01 12:18:32 -04:00
parent aa4e9cbc64
commit 7496f8a9db
23 changed files with 91 additions and 153 deletions

View File

@ -108,7 +108,7 @@ export const ActionButton = forwardRef((props: ActionButtonProps, ref) => {
ref={ref as ForwardedRef<HTMLAnchorElement>}
to={to || paths.INDEX}
className={classNames}
onClick={openExternalBrowserIfDesktop(to)}
onClick={openExternalBrowserIfDesktop(to as string)}
{...rest}
target="_blank"
>