Skip to content

Commit

Permalink
fix(studies): SJIP-1134 redirect to study entity in public studies page
Browse files Browse the repository at this point in the history
  • Loading branch information
AltefrohneGaelle committed Dec 10, 2024
1 parent 6a47e02 commit b921ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PublicStudies/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const getColumns = ({
render: (study_code: string) => (
<a
onClick={() => {
manageRedirectUri(STATIC_ROUTES.STUDIES);
manageRedirectUri(`${STATIC_ROUTES.STUDIES}/${study_code}`);
manageLoginModal(true);
}}
>
Expand Down

0 comments on commit b921ddf

Please sign in to comment.