mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(ts) drop bogus method anotations
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
c27ca779ab
commit
13f1cb13c5
@@ -35,8 +35,6 @@ class StopRecordingDialog extends AbstractStopRecordingDialog<IProps> {
|
||||
);
|
||||
}
|
||||
|
||||
_onSubmit: () => boolean;
|
||||
|
||||
/**
|
||||
* Toggles screenshot capture.
|
||||
*
|
||||
|
||||
@@ -27,8 +27,6 @@ class GrantModeratorDialog extends AbstractGrantModeratorDialog {
|
||||
</Dialog>
|
||||
);
|
||||
}
|
||||
|
||||
_onSubmit: () => boolean;
|
||||
}
|
||||
|
||||
export default translate(connect(abstractMapStateToProps)(GrantModeratorDialog));
|
||||
|
||||
Reference in New Issue
Block a user