From ccd42a9dfbcc21307713f60671ab3e97c2f4d52f Mon Sep 17 00:00:00 2001 From: Elvyra <88881326+EepyElvyra@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:19:37 +0100 Subject: [PATCH] Idk tbh --- .../PluginSettings/components/SettingArrayComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (