diff --git a/awx/ui/src/components/SelectedList/DraggableSelectedList.js b/awx/ui/src/components/SelectedList/DraggableSelectedList.js index 64987618c0..4088e8c82e 100644 --- a/awx/ui/src/components/SelectedList/DraggableSelectedList.js +++ b/awx/ui/src/components/SelectedList/DraggableSelectedList.js @@ -54,7 +54,7 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) { return ( - + {selected.map(({ name: label, id }, index) => { const rowPosition = index + 1; return (