Skip to content

Commit 2c1d624

Browse files
committed
refactor a little
1 parent 15cb785 commit 2c1d624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sortable/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Sortable, { useSortableElement, useSortable } from './Sortable';
33

44
function Item(props) {
55
// The library needs DOM nodes of every single item we want to reorder
6-
// This custom hook will add React ref to the element and then push respective DOM node to the array on nodes on mount
6+
// This custom hook will add React ref to the element and then push respective DOM node to the array on nodes
77
return <div {...useSortableElement()}>{props.children}</div>;
88
}
99

0 commit comments

Comments
 (0)