- reversion

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-05 13:41:37 -04:00
parent 69ff75157d
commit 6722f8b1e5

View File

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