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"
|
button="secondary"
|
||||||
label={__('Manage')}
|
label={__('Manage')}
|
||||||
icon={ICONS.SETTINGS}
|
icon={ICONS.SETTINGS}
|
||||||
disabled={userBlockedChannelsCount === 0}
|
|
||||||
navigate={`/$/${PAGES.BLOCKED}`}
|
navigate={`/$/${PAGES.BLOCKED}`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue