diff --git a/src/components/common/FileInfo.js b/src/components/common/FileInfo.js index e87a9c7..cfd81be 100644 --- a/src/components/common/FileInfo.js +++ b/src/components/common/FileInfo.js @@ -23,12 +23,6 @@ export default class FileUploadItem extends Component { this.setState({ show: show }); }; - deleteFile = () => { - let { onClick } = this.props; - onClick(); - this.showModal(false); - }; - render() { let { file, height, width, onClick } = this.props; let { show } = this.state;