Skip to content

Commit bf8b078

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 2831614 commit bf8b078

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/copyMarkdownButton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ export function CopyMarkdownButton({pathname}: CopyMarkdownButtonProps) {
2424
const dropdownRef = useRef<HTMLDivElement>(null);
2525
const {emit} = usePlausibleEvent();
2626

27-
28-
2927
const copyMarkdownToClipboard = async () => {
3028
setIsLoading(true);
3129
setCopied(false);

0 commit comments

Comments
 (0)