mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Fix indentation fail
This commit is contained in:
parent
2aab5d2d0d
commit
1318bf5413
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user