diff --git a/client/src/components/payment-modal/payment-modal.container.jsx b/client/src/components/payment-modal/payment-modal.container.jsx index c72bd224a..650a4857c 100644 --- a/client/src/components/payment-modal/payment-modal.container.jsx +++ b/client/src/components/payment-modal/payment-modal.container.jsx @@ -178,21 +178,24 @@ function PaymentModalContainer({ } > - - - - + {!context || (context && !context.id) ? null : ( + + + + + )} +