Skip to content

Commit

Permalink
Update packages/berlin/src/pages/Account.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
diegoalzate and coderabbitai[bot] authored Jul 19, 2024
1 parent 9abea9a commit 648e987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/berlin/src/pages/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function AccountHub({ user }: { user: GetUserResponse | null | undefined }) {
{registrations
?.filter((registrations) => registrations.status !== 'REJECTED')
.map((registration) => (
<Link to={`/events/${registration.eventId}/cycles`}>
<Link key={registration.eventId} to={`/events/${registration.eventId}/cycles`}>
- {registration.event?.name}
</Link>
))}
Expand Down

0 comments on commit 648e987

Please sign in to comment.