Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
style: redundant interpolation
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com>
  • Loading branch information
kdmccormick and brian-smith-tcril authored Feb 2, 2024
1 parent 44195fb commit e36f1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ subscribe(APP_READY, () => {
ReactDOM.render(
<AppProvider store={store}>
<Routes>
<Route path={`${ROUTES.Detail.HOME}`} element={<StudioHeaderWrapper />} />
<Route path={ROUTES.Detail.HOME} element={<StudioHeaderWrapper />} />
<Route path="*" element={<StudioHeaderWrapper />} />
</Routes>
<Routes>
Expand Down

0 comments on commit e36f1da

Please sign in to comment.