Add return type
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
6aa5d98741
commit
a1d5e7ba66
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export default class MKeyVerificationConclusion extends React.Component<IProps>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private onRequestChanged = () => {
|
private onRequestChanged = (): void => {
|
||||||
this.forceUpdate();
|
this.forceUpdate();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue