diff --git a/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationStatistics.js b/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationStatistics.js index 24208ae6b1bd20cc1012e35cf462754d6540149f..bfb26b3737447cd79f08694705b6a1cb3582efb6 100644 --- a/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationStatistics.js +++ b/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationStatistics.js @@ -33,7 +33,7 @@ class ToolBarC extends Component { render() { return ( - <Nav className="ml-auto" auto> + <Nav className="ml-auto"> <NavItem> <select className="form-control custom-select custom-select-sm" id="selected-group" value={this.props.test_type} onChange={(e) => this.setTestType(e)} style={{ width: 'auto'