Skip to content

Commit

Permalink
fix identity detail navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Raspopov committed Oct 2, 2024
1 parent ffe4998 commit 76d148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/identities/IdentitiesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function IdentitiesTable({ handleAddIdentity }: { handleAddIdentity: () =
onClick: () =>
navigate(
generatePath(ROUTES.identityDetails.path, {
issuerID: identifier,
identityID: identifier,
})
),
},
Expand Down

0 comments on commit 76d148a

Please sign in to comment.