diff --git a/assets/src/components/pr/automations/PrConfigurationInput.tsx b/assets/src/components/pr/automations/PrConfigurationInput.tsx index bbc2fb25ac..1d3b1c2c3e 100644 --- a/assets/src/components/pr/automations/PrConfigurationInput.tsx +++ b/assets/src/components/pr/automations/PrConfigurationInput.tsx @@ -37,9 +37,9 @@ export function PrConfigurationInput({ selectedKey={value} onSelectionChange={(key) => setValue(key as string)} > - {(config?.values || [])?.map((val, index) => ( + {(config?.values || [])?.map((val) => (