diff --git a/apps/web/app/(app)/environments/[environmentId]/actions/components/ActionSettingsTab.tsx b/apps/web/app/(app)/environments/[environmentId]/actions/components/ActionSettingsTab.tsx index e8a647b58d..504a6b0fab 100644 --- a/apps/web/app/(app)/environments/[environmentId]/actions/components/ActionSettingsTab.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/actions/components/ActionSettingsTab.tsx @@ -200,7 +200,7 @@ export const ActionSettingsTab = ({ This is a code action. Please make changes in your code base.

) : actionClass.type === "noCode" ? ( - <> +
@@ -225,7 +225,7 @@ export const ActionSettingsTab = ({ setIsInnerHtml={setIsInnerHtml} register={register} /> - +
) : actionClass.type === "automatic" ? (

This action was created automatically. You cannot make changes to it. diff --git a/apps/web/app/(app)/environments/[environmentId]/components/MainNavigation.tsx b/apps/web/app/(app)/environments/[environmentId]/components/MainNavigation.tsx index 19dbd12aa3..f291029378 100644 --- a/apps/web/app/(app)/environments/[environmentId]/components/MainNavigation.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/components/MainNavigation.tsx @@ -205,7 +205,7 @@ export const MainNavigation = ({ {product && (