Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Sep 28, 2023
2 parents 8cac5bd + e344607 commit 45e6fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ function Root() {
{process.env.NODE_ENV !== 'production' && (
<Route path='/sandbox/*' element={<Sandbox />} />
)}

{userPages.map((p) => (
<Route
key={p}
Expand Down

0 comments on commit 45e6fce

Please sign in to comment.