Skip to content

Commit c622904

Browse files
committed
Fix wrong missiondefinition path
1 parent 855ffc5 commit c622904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/FrontPage/AutoScheduleSection/AutoScheduleMissionTableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const AutoScheduleMissionTableRow = ({
108108
<Typography
109109
color={typographyColor}
110110
as={Link}
111-
to={`${config.FRONTEND_BASE_ROUTE}/missiondefinition-${mission.id}`}
111+
to={`${config.FRONTEND_BASE_ROUTE}/missiondefinition?id=${mission.id}`}
112112
link
113113
>
114114
{mission.name}

0 commit comments

Comments
 (0)