mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Remove errant ;
This commit is contained in:
parent
3d767ab054
commit
d34d364a69
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class DragTarget extends React.Component {
|
|||
return <div
|
||||
onDragEnter={this.supress}
|
||||
onDragOver={this.supress}
|
||||
onDrop={this.handleDrop}>;
|
||||
onDrop={this.handleDrop}>
|
||||
{this.props.children}
|
||||
</div>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue