mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Add return type
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
6aa5d98741
commit
a1d5e7ba66
@ -55,7 +55,7 @@ export default class MKeyVerificationConclusion extends React.Component<IProps>
|
||||
}
|
||||
}
|
||||
|
||||
private onRequestChanged = () => {
|
||||
private onRequestChanged = (): void => {
|
||||
this.forceUpdate();
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user