diff --git a/web/src/components/topup/modals/SubscriptionPurchaseModal.jsx b/web/src/components/topup/modals/SubscriptionPurchaseModal.jsx index c914c7e77..a497b7247 100644 --- a/web/src/components/topup/modals/SubscriptionPurchaseModal.jsx +++ b/web/src/components/topup/modals/SubscriptionPurchaseModal.jsx @@ -26,10 +26,12 @@ import { Button, Select, Divider, + Tooltip, } from '@douyinfe/semi-ui'; import { Crown, CalendarClock, Package } from 'lucide-react'; import { SiStripe } from 'react-icons/si'; import { IconCreditCard } from '@douyinfe/semi-icons'; +import { renderQuota } from '../../../helpers'; import { getCurrencyConfig } from '../../../helpers/render'; const { Text } = Typography; @@ -145,25 +147,45 @@ const SubscriptionPurchaseModal = ({ -