We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9672e37 commit b21fbf5Copy full SHA for b21fbf5
src/components/pre/index.tsx
@@ -28,7 +28,6 @@ export function Pre({
28
}: PreProps): ReactElement {
29
const preRef = useRef<HTMLPreElement | null>(null)
30
31
-
32
const copyButton = copy === "" && (
33
<CopyToClipboard
34
tabIndex={props.tabIndex}
0 commit comments