mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 13:19:02 +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,
|
||||
type: fav.type,
|
||||
mode: fav.mode,
|
||||
coordinator: 'any',
|
||||
},
|
||||
premium: Number(maker.premium) ?? null,
|
||||
paymentMethods: maker.paymentMethods,
|
||||
|
Loading…
Reference in New Issue
Block a user