Skip to content

Commit

Permalink
fix: Cannot see the assigned users in the changes request section (#2868
Browse files Browse the repository at this point in the history
)
  • Loading branch information
novakzaballa authored Oct 20, 2023
1 parent eaffffe commit 59abf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/pages/ChangeRequestPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ChangeRequestsPage = class extends Component {
}

getApprovals = (users, approvals) =>
users?.filter((v) => approvals?.includes(v.group))
users?.filter((v) => approvals?.includes(v.id))

getGroupApprovals = (groups, approvals) =>
groups.filter((v) => approvals.find((a) => a.group === v.id))
Expand Down

3 comments on commit 59abf20

@vercel
Copy link

@vercel vercel bot commented on 59abf20 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 59abf20 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 59abf20 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs-flagsmith.vercel.app
docs.flagsmith.com

Please sign in to comment.