mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-23 03:53:21 +00:00
Fix matches in MakerPage
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user