Add return type

Co-authored-by: Germain <germain@souquet.com>
pull/21833/head
Šimon Brandner 2021-09-27 10:12:55 +02:00 committed by GitHub
parent 6aa5d98741
commit a1d5e7ba66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export default class MKeyVerificationConclusion extends React.Component<IProps>
}
}
private onRequestChanged = () => {
private onRequestChanged = (): void => {
this.forceUpdate();
};