Skip to content

Commit 5fd0a03

Browse files
author
Clauderic Demers
committed
nit: linting
1 parent f02b082 commit 5fd0a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SortableHandle/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { provideDisplayName } from '../utils'
77
// Export Higher Order Sortable Element Component
88
export default function sortableHandle (WrappedComponent, config = {withRef: false}) {
99
return class extends Component {
10-
static displayName = provideDisplayName('sortableHandle', WrappedComponent)
10+
static displayName = provideDisplayName('sortableHandle', WrappedComponent);
1111

1212
componentDidMount() {
1313
let node = findDOMNode(this);

0 commit comments

Comments
 (0)