mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 17:36:23 +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)}
|
onChange={v => setText(v)}
|
||||||
value={text}
|
value={text}
|
||||||
/>
|
/>
|
||||||
{!isNaN(Number(text)) || text === "" ?
|
{!isNaN(Number(text)) && text !== "" ?
|
||||||
<Button
|
<Button
|
||||||
size={Button.Sizes.MIN}
|
size={Button.Sizes.MIN}
|
||||||
id={cl("add-button")}
|
id={cl("add-button")}
|
||||||
|
|
Loading…
Reference in a new issue