mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 09:21:55 +02:00
More TS
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
3287d51b17
commit
1d629f2557
@ -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…
x
Reference in New Issue
Block a user