Removed unnecessary code

This commit is contained in:
Joao Ramos
2023-12-28 18:11:30 +00:00
parent c88757c869
commit 3ca0ad353e

View File

@@ -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