Fix "Notification" page button being incorrectly disabled by 0 blocked channels.

Issue 4447
This commit is contained in:
infiinte-persistence 2020-06-30 17:40:08 +08:00 committed by Sean Yesmunt
parent 145acda9cc
commit defbdc1ca2

View file

@ -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>