More TS
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
3287d51b17
commit
1d629f2557
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default class IncomingCallToast extends React.Component<IProps, IState> {
|
|||
};
|
||||
}
|
||||
|
||||
componentDidMount = () => {
|
||||
public componentDidMount = (): void => {
|
||||
CallHandler.sharedInstance().addListener(CallHandlerEvent.SilencedCallsChanged, this.onSilencedCallsChanged);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue