Skip to content

Commit bac8a7b

Browse files
[autofix.ci] apply automated fixes
1 parent c98ed09 commit bac8a7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/frontend/src/components/core/folderSidebarComponent/components/sideBarFolderButtons/components/__tests__/upload-folder-button.test.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jest.mock("@/components/ui/button", () => ({
2323
"aria-label": ariaLabel,
2424
disabled,
2525
...props
26-
}: React.ButtonHTMLAttributes<HTMLButtonElement> & { children?: React.ReactNode }) => (
26+
}: React.ButtonHTMLAttributes<HTMLButtonElement> & {
27+
children?: React.ReactNode;
28+
}) => (
2729
<button aria-label={ariaLabel} disabled={disabled} {...props}>
2830
{children}
2931
</button>

0 commit comments

Comments
 (0)