mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] fix sonarcloud bug
This commit is contained in:
@@ -8,7 +8,7 @@ export type LinkBtnProps = {
|
||||
className?: string;
|
||||
title?: string;
|
||||
state: FolderLinkState;
|
||||
onClick?: () => void;
|
||||
onClick?: () => unknown;
|
||||
};
|
||||
|
||||
export const LinkButton = ({className, title, state, onClick}: LinkBtnProps) => {
|
||||
|
||||
Reference in New Issue
Block a user