mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Update src/plugins/betterBanReasons/index.tsx
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
cabf428013
commit
48b497436c
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ function ReasonsComponent() {
|
||||||
))}
|
))}
|
||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
reasons.push("");
|
settings.store.reasons = [...reasons, ""];
|
||||||
settings.store.reasons = [...reasons];
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Add new
|
Add new
|
||||||
|
|
Loading…
Add table
Reference in a new issue