From bb96f875eb6914263a941e588d66bd84eb2b1b49 Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Thu, 30 May 2024 18:04:34 -0400 Subject: [PATCH] fix: try to fix js lint error --- .../components/MdmPlatformsSection/MdmPlatformsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/MdmPlatformsSection/MdmPlatformsSection.tsx b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/MdmPlatformsSection/MdmPlatformsSection.tsx index 399a4ed051..be4963059c 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/MdmPlatformsSection/MdmPlatformsSection.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/MdmPlatformsSection/MdmPlatformsSection.tsx @@ -13,7 +13,7 @@ import DataError from "components/DataError"; import Spinner from "components/Spinner/Spinner"; import SectionHeader from "components/SectionHeader"; -import WindowsAutomaticEnrollmentCard from "./components/WindowsAutomaticEnrollmentCard/WindowsAutomaticEnrollmentCard"; +import WindowsAutomaticEnrollmentCard from "./components/WindowsAutomaticEnrollmentCard"; import AppleAutomaticEnrollmentCard from "./components/AppleAutomaticEnrollmentCard"; const baseClass = "mdm-platforms-section";