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"
|
||||
onClick={onContinue}
|
||||
label={__('Continue')}
|
||||
disabled={subscribedChannels.length < 2}
|
||||
disabled={subscribedChannels.length < 1}
|
||||
/>
|
||||
</div>
|
||||
<div className="section__body">
|
||||
|
|
Loading…
Add table
Reference in a new issue