diff --git a/interface/src/components/SnackbarNotification.js b/interface/src/components/SnackbarNotification.js index cad65d7..044e0a1 100644 --- a/interface/src/components/SnackbarNotification.js +++ b/interface/src/components/SnackbarNotification.js @@ -61,7 +61,6 @@ class SnackbarNotification extends React.Component { message={{this.state.message}} action={ + + + + + + + + + IP + + + + + + + + + + + + + + + + + + + ); + } renderAPStatus(data, fullDetails, classes){ - const listItems = []; - - listItems.push( - - - - - - - ); - listItems.push(); - - listItems.push( - - IP - - - ); - listItems.push(); - - listItems.push( - - - - - - - ); - listItems.push(); - - listItems.push( - - - - - - - ); - listItems.push(); - return (
- {listItems} + + {this.createListItems(data, fullDetails, classes)} +