fix params

This commit is contained in:
Namekuji 2023-04-30 17:32:14 -04:00
parent d8e139a21f
commit 631aa3de41
No known key found for this signature in database
GPG key ID: B541BD6E646CABC7

View file

@ -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 }
: {}),