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