From d0871ffe211f9714956bb4d1e31be7be7f919730 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Mon, 1 Apr 2024 13:52:25 -0700 Subject: [PATCH] IO-2568 Payment Modal Button Spacing Signed-off-by: Allan Carr --- .../src/components/payment-modal/payment-modal.container.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 : (