Skip to content

Commit 55637ea

Browse files
author
Jonatan Salas
committed
#2 Delete not needed function
1 parent 6f0cd18 commit 55637ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/common/FileInfo.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ export default class FileUploadItem extends Component {
2323
this.setState({ show: show });
2424
};
2525

26-
deleteFile = () => {
27-
let { onClick } = this.props;
28-
onClick();
29-
this.showModal(false);
30-
};
31-
3226
render() {
3327
let { file, height, width, onClick } = this.props;
3428
let { show } = this.state;

0 commit comments

Comments
 (0)