allow continue from channel follow intro with 1 channel

This commit is contained in:
Sean Yesmunt 2020-08-31 13:21:39 -04:00
parent 5014b1a027
commit d3a8cb31ae

View file

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