Allow entering Blocked Page even for 0 blocked channels.
Issue 4447 (item 2)
This commit is contained in:
parent
c54832c335
commit
d51e52444c
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue