🐛 fix(recharge): Set balance prop to false in PaymentMethods component
This commit is contained in:
parent
50bdd2cd21
commit
356ae5b777
@ -65,6 +65,7 @@ export default function Recharge(props: Readonly<ButtonProps>) {
|
||||
/>
|
||||
</div>
|
||||
<PaymentMethods
|
||||
balance={false}
|
||||
value={params.payment}
|
||||
onChange={(value) => setParams({ ...params, payment: value })}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user