File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export default ({
9393 { type === 'number' ? (
9494 < NumberFormat
9595 inputMode = 'numeric'
96+ data-lpignore = 'true'
9697 className = { 'custom-input' }
9798 thousandSeparator = { ' ' }
9899 id = { id }
Original file line number Diff line number Diff line change @@ -156,11 +156,6 @@ function ConfigurePage(): JSX.Element {
156156 errors . localBalance = `Total channel capacity is ${ numberWithSpaces (
157157 product . max_channel_size
158158 ) } sats`;
159- } else if ( Number ( localBalance ) < product . min_channel_size ) {
160- // TODO remove this check if the min spending cap check is removed from API
161- errors . localBalance = `Minimum spending capacity is ${ numberWithSpaces (
162- product . min_channel_size
163- ) } sats`;
164159 }
165160 }
166161
You can’t perform that action at this time.
0 commit comments