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>
<div className={styles.notifications}> <div className={styles.notifications}>
{ {

View file

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