From a52d5bc85ffc39b417692ee8a94fe2fb4eea0930 Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Wed, 24 Oct 2018 15:00:51 +0000 Subject: [PATCH] OSB-29: removed auto attribute --- .../maintenancedb_view/src/components/StationStatistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 24208ae6b1b..bfb26b37374 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' -- GitLab