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 1f4078a commit 50470ceCopy full SHA for 50470ce
src/components/CommitBox.tsx
@@ -66,9 +66,9 @@ export class CommitBox extends React.Component<
66
/**
67
* Renders the component.
68
*
69
- * @returns fragment
+ * @returns React element
70
*/
71
- render() {
+ render(): React.ReactElement {
72
const disabled = !(this.props.hasFiles && this.state.summary);
73
return (
74
<form className={commitFormClass}>
0 commit comments