From d3a8cb31aed8acfbc0fe5f4601f02c8a8b824f03 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 31 Aug 2020 13:21:39 -0400 Subject: [PATCH] allow continue from channel follow intro with 1 channel --- ui/component/userChannelFollowIntro/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} />