Fix Blank Notifications Modal

pull/6/head
Qstick 7 years ago
parent 70cc2ed8a5
commit 1396be4833

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

Loading…
Cancel
Save