We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369fcf3 commit eed1274Copy full SHA for eed1274
1 file changed
apps/pyconkr-participant-portal/src/components/pages/home.tsx
@@ -124,7 +124,7 @@ const InnerLandingPage: React.FC = () => {
124
<ListItem key={audit.id} disablePadding sx={{ cursor: "pointer", border: "1px solid #ccc" }}>
125
<ListItemButton
126
children={<ListItemText primary={audit.str_repr} secondary={audit.status} />}
127
- onClick={() => navigate(`/session/${audit.instance_id}/modification-audit/${audit.id}`)}
+ onClick={() => navigate(`/session/${audit.instance_id}/`)}
128
/>
129
</ListItem>
130
))
0 commit comments