Skip to content

Commit 2e4d4ac

Browse files
committed
fix: lint
1 parent d37dd25 commit 2e4d4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/pages/Artifacts/components/ArtifactResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const ArtifactResults = ({ artifact }: IArtifactResultsProps) => {
187187
id="basic-copy-button"
188188
textId="code-content"
189189
aria-label="Copy to clipboard"
190-
onClick={(e_) => onClick(code)}
190+
onClick={() => onClick(code)}
191191
exitDelay={copied ? 1500 : 600}
192192
maxWidth="110px"
193193
variant="plain"

0 commit comments

Comments
 (0)