Skip to content

Commit

Permalink
Fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Jun 27, 2024
1 parent 8ba2c59 commit b13a300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Process/CardDetailed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ProcessCardDetailed = ({ election }: Props) => {
<ElectionProvider election={election}>
<Card variant='detailed'>
<CardBody>
<Link to={`/processes/${enforceHexPrefix(election.id)}`}>
<Link to={`/${enforceHexPrefix(election.id)}`}>
<ProcessDetailedCardTitle />
<Box>
<ElectionStatusBadge />
Expand Down

0 comments on commit b13a300

Please sign in to comment.