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
719f6c934c
commit
f6602fec19
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function ReasonsComponent() {
|
||||||
type="text"
|
type="text"
|
||||||
key={index}
|
key={index}
|
||||||
value={reason}
|
value={reason}
|
||||||
onChange={(v: string) => {
|
onChange={v => {
|
||||||
reasons[index] = v;
|
reasons[index] = v;
|
||||||
settings.store.reasons = [...reasons];
|
settings.store.reasons = [...reasons];
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue