From ba9124cc4e3ad7b711d6420fe235affc399fd035 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 21 Mar 2024 15:31:09 +0100 Subject: [PATCH] Formatting --- .../GenericNode/components/parameterComponent/index.tsx | 1 - src/frontend/src/components/inputComponent/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index f8faab81c..5aa8dfa74 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -593,7 +593,6 @@ export default function ParameterComponent({ aria-hidden="true" /> Add New Variable - } diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx index a0581eab3..f254de8d4 100644 --- a/src/frontend/src/components/inputComponent/index.tsx +++ b/src/frontend/src/components/inputComponent/index.tsx @@ -7,7 +7,6 @@ import { classNames, cn } from "../../utils/utils"; import ForwardedIconComponent from "../genericIconComponent"; import { Command, - CommandEmpty, CommandGroup, CommandInput, CommandItem,