Allow entering Blocked Page even for 0 blocked channels.

Issue 4447 (item 2)
This commit is contained in:
infiinte-persistence 2020-07-02 00:58:54 +08:00 committed by Sean Yesmunt
parent c54832c335
commit d51e52444c

View file

@ -513,7 +513,6 @@ class SettingsPage extends React.PureComponent<Props, State> {
button="secondary"
label={__('Manage')}
icon={ICONS.SETTINGS}
disabled={userBlockedChannelsCount === 0}
navigate={`/$/${PAGES.BLOCKED}`}
/>
</div>