This commit is contained in:
Tiago
2021-06-23 17:53:12 -03:00
committed by Shane McDonald
parent 1e750cfed9
commit 69388edaf9

View File

@@ -88,9 +88,7 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) {
<DataListItemCells
dataListCells={[
<DataListCell key={label}>
<span id={rowPosition}>
{`${rowPosition}. ${label}`}
</span>
<span id={rowPosition}>{`${rowPosition}. ${label}`}</span>
</DataListCell>,
]}
/>