menu item highlighting

This commit is contained in:
MichaelDvP
2020-08-19 08:40:43 +02:00
parent a15e1834f5
commit 6065248f94
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ class ProjectRouting extends Component {
* The "to" property must match one of the routes above for this to work correctly.
*/
}
<Redirect to={`/ems-esp/status/`} />
<Redirect to={`/ems-esp/status`} />
</Switch>
)
}