Skip to content

Commit 23b951d

Browse files
committed
feat(DataList): fix lint
1 parent 1056ca8 commit 23b951d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-core/src/components/DataList/examples

packages/react-core/src/components/DataList/examples/DataList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,9 +1193,9 @@ class DraggableDataList extends React.Component {
11931193
};
11941194

11951195
this.onDragMove = (oldIndex, newIndex) => {
1196-
const {id} = this.state;
1196+
const { id } = this.state;
11971197
this.setState({
1198-
liveText: `Dragging item ${id}.`;
1198+
liveText: `Dragging item ${id}.`
11991199
});
12001200
};
12011201

0 commit comments

Comments
 (0)