mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
allow continue from channel follow intro with 1 channel
This commit is contained in:
parent
5014b1a027
commit
d3a8cb31ae
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function UserChannelFollowIntro(props: Props) {
|
||||||
type="Submit"
|
type="Submit"
|
||||||
onClick={onContinue}
|
onClick={onContinue}
|
||||||
label={__('Continue')}
|
label={__('Continue')}
|
||||||
disabled={subscribedChannels.length < 2}
|
disabled={subscribedChannels.length < 1}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="section__body">
|
<div className="section__body">
|
||||||
|
|
Loading…
Add table
Reference in a new issue