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 <DataListItemCells
dataListCells={[ dataListCells={[
<DataListCell key={label}> <DataListCell key={label}>
<span id={rowPosition}> <span id={rowPosition}>{`${rowPosition}. ${label}`}</span>
{`${rowPosition}. ${label}`}
</span>
</DataListCell>, </DataListCell>,
]} ]}
/> />