From d0e017ea2d5dc6d2922ac08e7fba1764531ca4ee Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:19:41 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/frontend/src/components/codeTabsComponent/index.tsx | 6 +++--- src/frontend/src/modals/apiModal/index.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/codeTabsComponent/index.tsx b/src/frontend/src/components/codeTabsComponent/index.tsx index 3cd0f3490..a7c80ebd6 100644 --- a/src/frontend/src/components/codeTabsComponent/index.tsx +++ b/src/frontend/src/components/codeTabsComponent/index.tsx @@ -173,9 +173,9 @@ export default function CodeTabsComponent({ {tabs.map((tab, idx) => ( {tabsOrder[idx].toLowerCase() !== "tweaks" ? (
diff --git a/src/frontend/src/modals/apiModal/index.tsx b/src/frontend/src/modals/apiModal/index.tsx index ba6584722..7971d8288 100644 --- a/src/frontend/src/modals/apiModal/index.tsx +++ b/src/frontend/src/modals/apiModal/index.tsx @@ -43,7 +43,7 @@ const ApiModal = forwardRef( setOpen?: (a: boolean | ((o?: boolean) => boolean)) => void; }, ref, - ) => { + ) => { const tweaksCode = buildTweaks(flow); const tweak = useTweaksStore((state) => state.tweak); const addTweaks = useTweaksStore((state) => state.setTweak);