mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fix Blank Notifications Modal
This commit is contained in:
@@ -42,7 +42,7 @@ class AddNotificationModalContent extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
!isPopulated && !error &&
|
isPopulated && !error &&
|
||||||
<div>
|
<div>
|
||||||
<div className={styles.notifications}>
|
<div className={styles.notifications}>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ class Notifications extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<FieldSet
|
<FieldSet
|
||||||
legend="Notifications"
|
legend="Connections"
|
||||||
>
|
>
|
||||||
<PageSectionContent
|
<PageSectionContent
|
||||||
errorMessage="Unable to load Notifications"
|
errorMessage="Unable to load Notifications"
|
||||||
|
|||||||
Reference in New Issue
Block a user