This commit is contained in:
Tiago
2021-06-28 10:51:04 -04:00
committed by Shane McDonald
parent 1e750cfed9
commit 69388edaf9
@@ -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>,
]}
/>