feat(calendar-sync): fixed linter

This commit is contained in:
Calin-Teodor 2023-02-23 11:41:50 +02:00
parent 7c88172c37
commit 350a16f389
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { getURLWithoutParamsNormalized } from '../../base/connection';
import { getLocalizedDateFormatter, translate } from '../../base/i18n';
import { connect } from '../../base/redux';
import { BUTTON_TYPES } from '../../base/ui/constants.native';
import { NOTIFICATION_ICON, } from '../../notifications';
import { NOTIFICATION_ICON } from '../../notifications';
import Notification from '../../notifications/components/native/Notification';
const ALERT_MILLISECONDS = 5 * 60 * 1000;
@ -184,7 +184,7 @@ class ConferenceNotification extends Component<Props, State> {
clearInterval(this.updateIntervalId);
this.setState({
event: !this.state.event
})
});
}
_onGoToNext: () => void;