Automatic code mods.

This commit is contained in:
Patrick Fic
2023-01-17 20:22:03 -08:00
parent 07e36415e4
commit 6d5b8baadf
27 changed files with 170 additions and 77 deletions

View File

@@ -249,7 +249,7 @@ export function Manage({ match, conflict, bodyshop }) {
/>
<Route
exact
path={`${match.path}/courtesycars/`}
path={`${match.path}/courtesycars`}
component={CourtesyCarsPage}
/>
<Switch>