From e3be1572e42a56241e95090dd91eb349bcc730ff Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:53:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit hooks --- .../resultsView/tableComponents/EncounterTable.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/query-connector/src/app/query/components/resultsView/tableComponents/EncounterTable.tsx b/query-connector/src/app/query/components/resultsView/tableComponents/EncounterTable.tsx index 11c19b993..3627e108b 100644 --- a/query-connector/src/app/query/components/resultsView/tableComponents/EncounterTable.tsx +++ b/query-connector/src/app/query/components/resultsView/tableComponents/EncounterTable.tsx @@ -2,10 +2,7 @@ import React from "react"; import Table from "@/app/query/designSystem/Table"; import { Encounter } from "fhir/r4"; import { formatCodeableConcept, formatDate } from "../../../../format-service"; -import { - checkIfSomeElementWithLengthPropertyExists, - checkIfSomeElementWithPropertyExists, -} from "./utils"; +import { checkIfSomeElementWithPropertyExists } from "./utils"; /** * The props for the EncounterTable component.