Fix Blank Notifications Modal

This commit is contained in:
Qstick 2017-10-22 02:30:18 -04:00
commit 1396be4833
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ class AddNotificationModalContent extends Component {
}
{
!isPopulated && !error &&
isPopulated && !error &&
<div>
<div className={styles.notifications}>
{

View file

@ -60,7 +60,7 @@ class Notifications extends Component {
return (
<FieldSet
legend="Notifications"
legend="Connections"
>
<PageSectionContent
errorMessage="Unable to load Notifications"