Skip to content

Commit

Permalink
#2 Delete not needed function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatan Salas committed Aug 11, 2016
1 parent 6f0cd18 commit 55637ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/common/FileInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 55637ea

Please sign in to comment.