Skip to content

Commit eac5b03

Browse files
committed
fix lint
1 parent e5102e8 commit eac5b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/click-to-copy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ export function ClickToCopy({ children, text, ...props }: ClickToCopyProps) {
7272
</Tooltip>
7373
</TooltipProvider>
7474
);
75-
// biome-ignore-end lint/a11y/noStaticElementInteractions: ignore
75+
// biome-ignore-end lint/a11y/noStaticElementInteractions: ignore
7676
}

0 commit comments

Comments
 (0)