diff --git a/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx b/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx index 453e2be90c..ed13f8fd8c 100644 --- a/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx +++ b/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx @@ -106,8 +106,8 @@ function SurveyPreviewModal({ {q.choices.length > 0 && q.choices .split('\n') - .map((option, index) => ( - + .map(option => ( + ))}