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

Commit

Permalink
fix(ui): remove padlock icons from request form
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jun 11, 2020
1 parent 6c75e7e commit f145097
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions renderer/components/Request/Request.js
Expand Up @@ -5,11 +5,10 @@ import { FormattedMessage, injectIntl } from 'react-intl'
import { intlShape } from '@zap/i18n'
import { convert } from '@zap/utils/btc'
import { CoinBig } from '@zap/utils/coin'
import { Bar, Button, Header, Panel, Span, Text, Tooltip, Message } from 'components/UI'
import { Bar, Button, Header, Panel, Text, Tooltip, Message } from 'components/UI'
import { Form, Input, Label, TextArea, Toggle } from 'components/Form'
import { CurrencyFieldGroup } from 'containers/Form'
import Lightning from 'components/Icon/Lightning'
import Padlock from 'components/Icon/Padlock'
import messages from './messages'

class Request extends React.Component {
Expand Down Expand Up @@ -169,9 +168,6 @@ class Request extends React.Component {
renderRoutingHints = () => (
<Flex alignItems="center" justifyContent="space-between" mb={2}>
<Flex>
<Span color="gray" fontSize="s" mr={2}>
<Padlock />
</Span>
<Flex>
<Label htmlFor="isPrivate">
<FormattedMessage {...messages.routing_hints_label} />
Expand All @@ -192,9 +188,6 @@ class Request extends React.Component {
<Box>
<Flex alignItems="center" justifyContent="space-between">
<Flex>
<Span color="gray" fontSize="s" mr={2}>
<Padlock />
</Span>
<Flex>
<Label htmlFor="isHoldInvoice">
<FormattedMessage {...messages.hold_invoice_label} />
Expand Down

0 comments on commit f145097

Please sign in to comment.