remove unused method

pull/1009/head
Piero Toffanin 2021-07-01 20:14:43 -04:00
rodzic a79c61bfa7
commit 973cb70e7e
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -24,9 +24,6 @@ export default class SLCheckbox extends React.Component{
};
}
componentDidMount(){
}
toggleShortLinks = (e) => {
e.stopPropagation();
if (!this.state.useShortLink && !this.state.loading){