mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:27:52 +00:00
feat: Adds ts rule noImplicitOverride and fix errors.
This commit is contained in:
@@ -152,7 +152,7 @@ class JoinByPhoneDialog extends PureComponent<IProps, State> {
|
||||
*
|
||||
* @inheritdoc
|
||||
*/
|
||||
componentDidMount() {
|
||||
override componentDidMount() {
|
||||
this.props.fetchConferenceDetails();
|
||||
}
|
||||
|
||||
@@ -162,7 +162,7 @@ class JoinByPhoneDialog extends PureComponent<IProps, State> {
|
||||
* @inheritdoc
|
||||
* @returns {ReactElement}
|
||||
*/
|
||||
render() {
|
||||
override render() {
|
||||
const {
|
||||
dialOutStatus,
|
||||
dialInNumber,
|
||||
|
||||
Reference in New Issue
Block a user