Add return type

Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
Š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

View file

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