mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +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"
|
||||
key={index}
|
||||
value={reason}
|
||||
onChange={(v: string) => {
|
||||
onChange={v => {
|
||||
reasons[index] = v;
|
||||
settings.store.reasons = [...reasons];
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue