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