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);