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

Disable remote csv delay option #3737

Merged
merged 1 commit into from
Jun 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions renderer/components/Channels/ChannelCreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Label,
Toggle,
TransactionFeeInput,
IntegerInput,
// IntegerInput,
} from 'components/Form'
import { CryptoValue } from 'containers/UI'
import { CurrencyFieldGroup } from 'containers/Form'
Expand Down Expand Up @@ -313,7 +313,7 @@ class ChannelCreateForm extends React.Component {
</>
)}

<Flex alignItems="center" justifyContent="space-between" mt={2}>
{/* <Flex alignItems="center" justifyContent="space-between" mt={2}>
<Flex>
<Span color="gray" fontSize="s" mr={2}>
<Padlock />
Expand All @@ -333,7 +333,7 @@ class ChannelCreateForm extends React.Component {
variant="thin"
width={80}
/>
</Flex>
</Flex> */}
</Box>
)
}
Expand Down