mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Fixed type error in AsideMenu
This commit is contained in:
parent
cd33abd92d
commit
a0d9bd6f09
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ export interface AsideMenuProps {
|
|||
|
||||
interface AsideMenuItemProps extends NavLinkProps {
|
||||
to: string;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
const AsideMenuItem: FC<AsideMenuItemProps> = ({ children, to, className, ...rest }) => (
|
||||
|
|
Loading…
Reference in a new issue