diff --git a/ui/component/userChannelFollowIntro/view.jsx b/ui/component/userChannelFollowIntro/view.jsx index d8010a5b6..76245c50d 100644 --- a/ui/component/userChannelFollowIntro/view.jsx +++ b/ui/component/userChannelFollowIntro/view.jsx @@ -50,7 +50,7 @@ function UserChannelFollowIntro(props: Props) { type="Submit" onClick={onContinue} label={__('Continue')} - disabled={subscribedChannels.length < 2} + disabled={subscribedChannels.length < 1} />