Skip to content

Commit

Permalink
remove useless string templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwats committed Nov 30, 2021
1 parent dd29a10 commit fc7eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/src/framework/system/System.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const SystemRouting: FC = () => {

const System: FC = () => (
<Switch>
<Route exact path={`/system/*`}>
<Route exact path="/system/*">
<SystemRouting />
</Route>
<Redirect to="/system/status" />
Expand Down

0 comments on commit fc7eda1

Please sign in to comment.