mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-21 12:49:02 +00:00
Fix update matches when payment method changes
This commit is contained in:
parent
edb8c8b3ff
commit
09fb3cb3a1
@ -38,7 +38,15 @@ const MakerPage = (): JSX.Element => {
|
|||||||
threshold: 0.7,
|
threshold: 0.7,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}, [book.orders, fav, maker.premium, maker.amount, maker.minAmount, maker.maxAmount]);
|
}, [
|
||||||
|
book.orders,
|
||||||
|
fav,
|
||||||
|
maker.premium,
|
||||||
|
maker.amount,
|
||||||
|
maker.minAmount,
|
||||||
|
maker.maxAmount,
|
||||||
|
maker.paymentMethods,
|
||||||
|
]);
|
||||||
|
|
||||||
const onViewOrder = function () {
|
const onViewOrder = function () {
|
||||||
setOrder(undefined);
|
setOrder(undefined);
|
||||||
|
Loading…
Reference in New Issue
Block a user