This commit is contained in:
Sean Yesmunt 2020-09-29 20:57:35 -04:00
parent bd4ac1ae8a
commit 5fb1b07d23

View file

@ -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"