Removed unnecessary code
This commit is contained in:
@@ -77,12 +77,6 @@ const PaymentCreator = ({onClose, reload, showComission = false}: {onClose: () =
|
||||
|
||||
return undefined;
|
||||
}, [corporate?.corporateInformation?.referralAgent, users]);
|
||||
// useEffect(() => {
|
||||
// const payment = corporate?.corporateInformation?.payment;
|
||||
|
||||
// // setPrice(payment?.value || 0);
|
||||
// setCurrency(payment?.currency || "EUR");
|
||||
// }, [corporate]);
|
||||
|
||||
const submit = () => {
|
||||
axios
|
||||
|
||||
Reference in New Issue
Block a user