mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-29 03:33:24 +01:00
maintenance (cleanup): remove dead code
This commit is contained in:
parent
20bf336a1b
commit
771504f621
1 changed files with 0 additions and 9 deletions
|
|
@ -237,15 +237,6 @@ export class ExistingThing extends React.Component {
|
|||
)));
|
||||
}
|
||||
}
|
||||
// TODO: https://reactjs.org/docs/higher-order-components.html#dont-use-hocs-inside-the-render-method
|
||||
// ExistingThing.propTypes = {
|
||||
// connectDragSource: PropTypes.func.isRequired,
|
||||
// isDragging: PropTypes.bool.isRequired,
|
||||
// fileIsOver: PropTypes.bool.isRequired,
|
||||
// nativeFileIsOver: PropTypes.bool.isRequired,
|
||||
// canDropFile: PropTypes.bool.isRequired,
|
||||
// canDropNativeFile: PropTypes.bool.isRequired
|
||||
// };
|
||||
|
||||
export default function ToggleableLink(props) {
|
||||
const { disabled, ...rest } = props;
|
||||
|
|
|
|||
Loading…
Reference in a new issue