diff --git a/client/src/components/payment-modal/payment-modal.container.jsx b/client/src/components/payment-modal/payment-modal.container.jsx index e53894920..1785c073b 100644 --- a/client/src/components/payment-modal/payment-modal.container.jsx +++ b/client/src/components/payment-modal/payment-modal.container.jsx @@ -1,5 +1,4 @@ import { useMutation } from "@apollo/client"; - import { Button, Form, Modal, notification, Space } from "antd"; import React, { useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; @@ -159,7 +158,7 @@ function PaymentModalContainer({ }} afterClose={() => form.resetFields()} footer={ - + )} - + } > {!context || (context && !context.id) ? null : (