diff --git a/src/components/PluginSettings/components/SettingArrayComponent.tsx b/src/components/PluginSettings/components/SettingArrayComponent.tsx index bdaa6c4e0..e0ab5f0bd 100644 --- a/src/components/PluginSettings/components/SettingArrayComponent.tsx +++ b/src/components/PluginSettings/components/SettingArrayComponent.tsx @@ -334,7 +334,7 @@ export function SettingArrayComponent({ {wordsToTitle(wordsFromCamel(id))} {option.description} - + {option.type === OptionType.ARRAY || option.type === OptionType.USERS ? items.map((item, index) => (