Fix "Notification" page button being incorrectly disabled by 0 blocked channels.
Issue 4447
This commit is contained in:
parent
145acda9cc
commit
defbdc1ca2
1 changed files with 0 additions and 1 deletions
|
@ -492,7 +492,6 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
button="secondary"
|
||||
label={__('Manage')}
|
||||
icon={ICONS.SETTINGS}
|
||||
disabled={userBlockedChannelsCount === 0}
|
||||
navigate={`/$/${PAGES.SETTINGS_NOTIFICATIONS}`}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue