Skip to content

Commit 01b9ccc

Browse files
committed
Remove implicit any from the Gist component
1 parent 0a6467a commit 01b9ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frontend/Output/Gist.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface CopiedState {
2929
}
3030

3131
class Copied extends React.PureComponent<CopiedProps, CopiedState> {
32-
public constructor(props) {
32+
public constructor(props: CopiedProps) {
3333
super(props);
3434
this.state = { copied: false };
3535
}

0 commit comments

Comments
 (0)