[chore] fix sonarcloud bug

This commit is contained in:
MathieuG-P
2024-01-07 17:01:20 +01:00
parent c54185b348
commit d6e51f0d11
@@ -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) => {