Skip to content

Commit

Permalink
fix: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
piccaSun committed Aug 14, 2024
1 parent 04b4851 commit bcba7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mis-web/src/pageComponents/tenant/AdminUserTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const AdminUserTable: React.FC<Props> = ({
<>
{r.accountAffiliations.map((x, index) => (
<>
<Link href={`/accounts/${x.accountName}/users`}>{x.accountName}</Link>
<Link href={`/tenant/accounts/${x.accountName}/users`}>{x.accountName}</Link>
{index < r.accountAffiliations.length - 1 && ", "}
</>
))}
Expand Down

0 comments on commit bcba7c3

Please sign in to comment.