From ad536ec3d94ac2bbfe181774f714c554ad3c2598 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Wed, 8 Jul 2020 09:14:58 -0400 Subject: [PATCH] Removes commented out line --- awx/ui_next/src/screens/Template/Survey/SurveyList.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx b/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx index 8c296f0c44..a28e6c813c 100644 --- a/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx +++ b/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx @@ -13,7 +13,6 @@ import { import { CubesIcon } from '@patternfly/react-icons'; import styled from 'styled-components'; import ContentLoading from '../../../components/ContentLoading'; -// import ContentEmpty from '../../../components/ContentEmpty'; import AlertModal from '../../../components/AlertModal'; import { ToolbarAddButton } from '../../../components/PaginatedDataList';