mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 15:31:27 +00:00
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"
|
button="secondary"
|
||||||
label={__('Manage')}
|
label={__('Manage')}
|
||||||
icon={ICONS.SETTINGS}
|
icon={ICONS.SETTINGS}
|
||||||
disabled={userBlockedChannelsCount === 0}
|
|
||||||
navigate={`/$/${PAGES.SETTINGS_NOTIFICATIONS}`}
|
navigate={`/$/${PAGES.SETTINGS_NOTIFICATIONS}`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue