mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 09:26:22 +00:00
flip buttons around
This commit is contained in:
parent
3db9a0039c
commit
8af0bd52ad
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ export function SettingArrayComponent({
|
|||
onChange={v => setText(v)}
|
||||
value={text}
|
||||
/>
|
||||
{!isNaN(Number(text)) || text === "" ?
|
||||
{!isNaN(Number(text)) && text !== "" ?
|
||||
<Button
|
||||
size={Button.Sizes.MIN}
|
||||
id={cl("add-button")}
|
||||
|
|
Loading…
Reference in a new issue