mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fix Blank Notifications Modal
This commit is contained in:
parent
70cc2ed8a5
commit
1396be4833
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ class AddNotificationModalContent extends Component {
|
|||
}
|
||||
|
||||
{
|
||||
!isPopulated && !error &&
|
||||
isPopulated && !error &&
|
||||
<div>
|
||||
<div className={styles.notifications}>
|
||||
{
|
||||
|
|
|
@ -60,7 +60,7 @@ class Notifications extends Component {
|
|||
|
||||
return (
|
||||
<FieldSet
|
||||
legend="Notifications"
|
||||
legend="Connections"
|
||||
>
|
||||
<PageSectionContent
|
||||
errorMessage="Unable to load Notifications"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue