Skip to content

Commit 17878f7

Browse files
authored
Update src/react-sortable.tsx
1 parent 631e2d0 commit 17878f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-sortable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Please read the updated README.md at https://github.com/SortableJS/react-sortabl
110110
const dataid = dataIdAttr || "data-id";
111111
/* eslint-disable-next-line */
112112
return Children.map(children as ReactElement<any>[], (child, index) => {
113-
if (child===undefined) return undefined
113+
if (child === undefined) return undefined
114114

115115
const item = list[index] || {};
116116
const { className: prevClassName } = child.props;

0 commit comments

Comments
 (0)