fix typo
This commit is contained in:
parent
bd4ac1ae8a
commit
5fb1b07d23
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ function WalletSendTip(props: Props) {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
{fetchingChannels && <span className="help">{__('Loading your channels...')}</span>}
|
{fetchingChannels && <span className="help">{__('Loading your channels...')}</span>}
|
||||||
{false && !claimIsMine && !fetchingChannels && (
|
{!claimIsMine && !fetchingChannels && (
|
||||||
<FormField
|
<FormField
|
||||||
name="toggle-is-support"
|
name="toggle-is-support"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
Loading…
Reference in a new issue