Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9d4447d

Browse files
committed
revert(create-channel): comment feat to adjust remote csv delay
1 parent e4234ee commit 9d4447d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renderer/components/Channels/ChannelCreateForm.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
Label,
1515
Toggle,
1616
TransactionFeeInput,
17-
IntegerInput,
17+
// IntegerInput,
1818
} from 'components/Form'
1919
import { CryptoValue } from 'containers/UI'
2020
import { CurrencyFieldGroup } from 'containers/Form'
@@ -313,7 +313,7 @@ class ChannelCreateForm extends React.Component {
313313
</>
314314
)}
315315

316-
<Flex alignItems="center" justifyContent="space-between" mt={2}>
316+
{/* <Flex alignItems="center" justifyContent="space-between" mt={2}>
317317
<Flex>
318318
<Span color="gray" fontSize="s" mr={2}>
319319
<Padlock />
@@ -333,7 +333,7 @@ class ChannelCreateForm extends React.Component {
333333
variant="thin"
334334
width={80}
335335
/>
336-
</Flex>
336+
</Flex> */}
337337
</Box>
338338
)
339339
}

0 commit comments

Comments
 (0)