mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
Idk tbh
This commit is contained in:
parent
d66a69e100
commit
ccd42a9dfb
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ export function SettingArrayComponent({
|
|||
<Forms.FormSection>
|
||||
<Forms.FormTitle>{wordsToTitle(wordsFromCamel(id))}</Forms.FormTitle>
|
||||
<Forms.FormText className={Margins.bottom8} type="description">{option.description}</Forms.FormText>
|
||||
<ErrorBoundary noop>
|
||||
<ErrorBoundary>
|
||||
{option.type === OptionType.ARRAY || option.type === OptionType.USERS ?
|
||||
items.map((item, index) => (
|
||||
<Flex
|
||||
|
|
Loading…
Add table
Reference in a new issue