diff --git a/webpack/assets/javascripts/react_app/routes/common/PageLayout/PageLayout.js b/webpack/assets/javascripts/react_app/routes/common/PageLayout/PageLayout.js index a6c246fcf18..40cd65b5975 100644 --- a/webpack/assets/javascripts/react_app/routes/common/PageLayout/PageLayout.js +++ b/webpack/assets/javascripts/react_app/routes/common/PageLayout/PageLayout.js @@ -1,4 +1,3 @@ -/* eslint-disable react/jsx-no-comment-textnodes */ import React from 'react'; import PropTypes from 'prop-types'; import { Col, Spinner } from 'patternfly-react'; @@ -64,7 +63,7 @@ const PageLayout = ({ {beforeToolbarComponent}