@@ -32,7 +32,7 @@ function PaymentModalContainer({paymentModal, toggleModalVisible, bodyshop }) {
|
|||||||
|
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { context, actions, open } = paymentModal;
|
const { context, actions, open } = paymentModal;
|
||||||
const { smartRefetch } = context;
|
const smartRefetch = context?.smartRefetch || false;
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
|
|
||||||
const handleFinish = async (values) => {
|
const handleFinish = async (values) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user