Skip to content

Commit eed1274

Browse files
committed
fix: 참가자 포탈에서 수정 심사의 잘못된 링크 수정
1 parent 369fcf3 commit eed1274

File tree

1 file changed

+1
-1
lines changed
  • apps/pyconkr-participant-portal/src/components/pages

1 file changed

+1
-1
lines changed

apps/pyconkr-participant-portal/src/components/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const InnerLandingPage: React.FC = () => {
124124
<ListItem key={audit.id} disablePadding sx={{ cursor: "pointer", border: "1px solid #ccc" }}>
125125
<ListItemButton
126126
children={<ListItemText primary={audit.str_repr} secondary={audit.status} />}
127-
onClick={() => navigate(`/session/${audit.instance_id}/modification-audit/${audit.id}`)}
127+
onClick={() => navigate(`/session/${audit.instance_id}/`)}
128128
/>
129129
</ListItem>
130130
))

0 commit comments

Comments
 (0)