mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-24 23:13:24 +00:00
Remove logs
This commit is contained in:
@ -498,8 +498,6 @@ const MakerForm = ({
|
|||||||
}, [fav, maker.amount, maker.premium, federationUpdatedAt]);
|
}, [fav, maker.amount, maker.premium, federationUpdatedAt]);
|
||||||
|
|
||||||
const disableSubmit = useMemo(() => {
|
const disableSubmit = useMemo(() => {
|
||||||
console.log(maker.paymentMethods);
|
|
||||||
console.log(typeof maker.paymentMethods);
|
|
||||||
return (
|
return (
|
||||||
fav.type == null ||
|
fav.type == null ||
|
||||||
(!makerHasAmountRange &&
|
(!makerHasAmountRange &&
|
||||||
|
Reference in New Issue
Block a user