Fix matches in MakerPage

This commit is contained in:
Reckless_Satoshi 2024-01-23 23:38:45 +00:00
parent 83410c174e
commit 7882dd35ac
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -31,6 +31,7 @@ const MakerPage = (): JSX.Element => {
currency: fav.currency === 0 ? 1 : fav.currency, currency: fav.currency === 0 ? 1 : fav.currency,
type: fav.type, type: fav.type,
mode: fav.mode, mode: fav.mode,
coordinator: 'any',
}, },
premium: Number(maker.premium) ?? null, premium: Number(maker.premium) ?? null,
paymentMethods: maker.paymentMethods, paymentMethods: maker.paymentMethods,