Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongsahil committed May 30, 2024
2 parents 46d2c10 + 5b25ff9 commit 1706182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/miscRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const miscRoutes: RouteObject[] = [
},
{
path: PATHS.EXTENSION_UPDATED.RELATIVE,
element: <Navigate to={PATHS.RULES.MY_RULES.ABSOLUTE + "?updatedToMV3"} />,
element: <Navigate to={PATHS.RULES.MY_RULES.ABSOLUTE + "?updatedToMv3"} />,
},
{
path: PATHS.INSTALL_EXTENSION.RELATIVE,
Expand Down

0 comments on commit 1706182

Please sign in to comment.