fix fee percent typo
This commit is contained in:
parent
09f459b569
commit
59ff146cc9
@ -40,7 +40,7 @@ export default function LightningAddress () {
|
|||||||
initial={{
|
initial={{
|
||||||
lnAddr: me?.privates?.lnAddr || '',
|
lnAddr: me?.privates?.lnAddr || '',
|
||||||
autoWithdrawThreshold: isNaN(me?.privates?.autoWithdrawThreshold) ? 10000 : me?.privates?.autoWithdrawThreshold,
|
autoWithdrawThreshold: isNaN(me?.privates?.autoWithdrawThreshold) ? 10000 : me?.privates?.autoWithdrawThreshold,
|
||||||
autoWithdrawMaxFeePercent: isNaN(me?.privantes?.autoWithdrawMaxFeePercent) ? 1 : me?.privantes?.autoWithdrawMaxFeePercent
|
autoWithdrawMaxFeePercent: isNaN(me?.privates?.autoWithdrawMaxFeePercent) ? 1 : me?.privates?.autoWithdrawMaxFeePercent
|
||||||
}}
|
}}
|
||||||
schema={lnAddrAutowithdrawSchema({ me })}
|
schema={lnAddrAutowithdrawSchema({ me })}
|
||||||
onSubmit={async ({ autoWithdrawThreshold, autoWithdrawMaxFeePercent, ...values }) => {
|
onSubmit={async ({ autoWithdrawThreshold, autoWithdrawMaxFeePercent, ...values }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user