Skip to content

Commit

Permalink
re-add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Dec 17, 2024
1 parent 0b75f26 commit 94a7002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/TeamDetail/TeamDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const TeamDetail = () => {
id: short_name,
navn: <FormattedTableColumn href={`/${teamId}/${short_name}`} linkText={short_name} text={bucket_name} />,
tilgang: typeof teams_count === 'number' ? `${teams_count} team` : teams_count,
// delte_data: '-', // To be implemented; data does not exist in the API yet.
antall_personer: metrics?.users_count,
}
})
Expand Down

0 comments on commit 94a7002

Please sign in to comment.