🐛 fix(recharge): Set balance prop to false in PaymentMethods component

This commit is contained in:
web@ppanel 2025-04-28 11:30:06 +00:00
parent 50bdd2cd21
commit 356ae5b777

View File

@ -65,6 +65,7 @@ export default function Recharge(props: Readonly<ButtonProps>) {
/>
</div>
<PaymentMethods
balance={false}
value={params.payment}
onChange={(value) => setParams({ ...params, payment: value })}
/>