mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
fix params
This commit is contained in:
parent
7c08ea3232
commit
688d283986
1 changed files with 2 additions and 2 deletions
|
@ -132,9 +132,9 @@ const pagination = {
|
|||
: state === "suspended"
|
||||
? { suspended: true }
|
||||
: state === "blocked"
|
||||
? { silenced: true }
|
||||
: state === "silenced"
|
||||
? { blocked: true }
|
||||
: state === "silenced"
|
||||
? { silenced: true }
|
||||
: state === "notResponding"
|
||||
? { notResponding: true }
|
||||
: {}),
|
||||
|
|
Loading…
Reference in a new issue