Skip to content

Commit

Permalink
Merge pull request #766 from ita-social-projects/develop
Browse files Browse the repository at this point in the history
qr-id-hot-fix
  • Loading branch information
MementoMorj authored Sep 14, 2023
2 parents 63456a8 + a73c084 commit 39c42cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/StreetcodePage/Streetcode.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const StreetcodeContent = () => {
},
).catch(
() => {
navigate(`${FRONTEND_ROUTES.BASE}/${streetcodeUrl.current}`, { replace: true });
navigate(`/${streetcodeUrl.current}`, { replace: true });
},
);
}
Expand Down

0 comments on commit 39c42cf

Please sign in to comment.