Skip to content

Commit

Permalink
Clarified filtered list.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 26, 2024
1 parent fed2eaa commit 4d4aaf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/ProfileView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@

<Header>Roles</Header>

<Paragraph>Roles and recurring processes this person is accountable or responsible for.</Paragraph>
<Paragraph
>Roles and recurring processes this person is accountable or responsible for. Use this like a to
do list, to check for upcoming tasks.</Paragraph
>
{#if roles.length > 0}
{#each roles as role}
<RoleLink roleID={role.id} />
Expand Down

0 comments on commit 4d4aaf9

Please sign in to comment.