misc: remove duplicated declarations
This commit is contained in:
parent
b4b2d6f630
commit
7e831117b6
|
@ -81,8 +81,6 @@ class WaitForOwnerDialog extends Component {
|
|||
);
|
||||
}
|
||||
|
||||
_onCancel: () => void;
|
||||
|
||||
/**
|
||||
* Called when the cancel button is clicked.
|
||||
*
|
||||
|
@ -93,8 +91,6 @@ class WaitForOwnerDialog extends Component {
|
|||
this.props.dispatch(cancelWaitForOwner());
|
||||
}
|
||||
|
||||
_onLogin: () => void;
|
||||
|
||||
/**
|
||||
* Called when the OK button is clicked.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue