mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
remove unused var
This commit is contained in:
parent
202cda9f99
commit
148e057ddd
1 changed files with 0 additions and 2 deletions
|
@ -253,8 +253,6 @@ export function SettingArrayComponent({
|
|||
return;
|
||||
}
|
||||
|
||||
const newItems = [...items, inputElement.value];
|
||||
|
||||
setItems([...items, inputElement.value]);
|
||||
|
||||
pluginSettings[id] = items;
|
||||
|
|
Loading…
Reference in a new issue