Skip to content

Commit

Permalink
Wrap in nested switch so health doesn't have class
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 30, 2024
1 parent 7bb1af0 commit 73a4df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RehydrationProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class RehydrationDelayedProvider extends Component {
return (
<Provider store={store} history={history}>
<Router>
<React.Fragment>
<Switch>
<Route path={ROUTE_HEALTH} component={HealthCheck} />
<App className="App">
<Switch>
Expand All @@ -105,7 +105,7 @@ export default class RehydrationDelayedProvider extends Component {
<Route path={ROUTE_ROOT} component={withTracker(PageBrowse)} />
</Switch>
</App>
</React.Fragment>
</Switch>
</Router>
</Provider>
)
Expand Down

0 comments on commit 73a4df5

Please sign in to comment.