mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 05:09:01 +00:00
Fix matches in MakerPage
This commit is contained in:
parent
83410c174e
commit
7882dd35ac
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user