From 385b6ce2e8a87877f564e420ce953116574f5fa3 Mon Sep 17 00:00:00 2001 From: Jimmy Conner Date: Mon, 15 Jun 2026 11:09:08 -0500 Subject: [PATCH] Remove old eslink0disable that is now not needed --- awx/ui/src/components/StatusLabel/StatusLabel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/src/components/StatusLabel/StatusLabel.js b/awx/ui/src/components/StatusLabel/StatusLabel.js index 14d8164fe..d02c2e644 100644 --- a/awx/ui/src/components/StatusLabel/StatusLabel.js +++ b/awx/ui/src/components/StatusLabel/StatusLabel.js @@ -1,4 +1,3 @@ -/* eslint-disable react/jsx-no-useless-fragment */ import React from 'react'; import { useLingui } from '@lingui/react/macro'; import { oneOf } from 'prop-types';