mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
fix lint
This commit is contained in:
@@ -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>,
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user