diff --git a/interface/src/components/SectionContent.js b/interface/src/components/SectionContent.js index 2bce92a..18bdf96 100644 --- a/interface/src/components/SectionContent.js +++ b/interface/src/components/SectionContent.js @@ -16,7 +16,7 @@ function SectionContent(props) { const { children, classes, title } = props; return ( - + {title} {children} diff --git a/interface/src/containers/APStatus.js b/interface/src/containers/APStatus.js index c66c359..fd935bc 100644 --- a/interface/src/containers/APStatus.js +++ b/interface/src/containers/APStatus.js @@ -107,7 +107,7 @@ class APStatus extends Component { !fetched ?
- + Loading...
@@ -115,7 +115,7 @@ class APStatus extends Component { data ? this.renderAPStatus(data, classes) :
- + {errorMessage}