Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rassokhina-e committed Jan 23, 2024
1 parent 54de908 commit 8910e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/website/src/directory/blocks/project-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@
>
<DashboardProjectStakeholdersViewer
:editable="false"
:is-project-member="false"
:is-guest="true"
:loading="stakeholdersLoading || stakeholdersRefetching"
:organizations="stakeholders?.organizations ?? []"
:project-members="stakeholders?.users.filter(u => u.ranking !== -1).sort((a, b) => a.ranking - b.ranking) ?? []"
Expand Down

0 comments on commit 8910e21

Please sign in to comment.