1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

Fix indentation fail

This commit is contained in:
Tim Daubenschütz 2015-11-19 17:36:47 +01:00
parent 2aab5d2d0d
commit 1318bf5413
2 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,6 @@ export default function UploadButton({ className = 'btn btn-default btn-sm' } =
if(typeof this.props.onDrop === 'function' && files) {
this.props.onDrop(files);
}
},
getUploadingFiles() {