Skip to content

Conversation

dedywahyudi
Copy link
Contributor

@dedywahyudi dedywahyudi commented Oct 5, 2021

@luizrrodrigues luizrrodrigues merged commit 59b107f into develop Oct 7, 2021
Comment on lines +81 to +91
let filteredChallenges = sortedChallenges;
filteredChallenges = sortedChallenges.filter((ch) => {
if (ch.type === 'Task'
&& ch.task
&& ch.task.isTask
&& ch.task.isAssigned
&& Number(ch.task.memberId) !== Number(userId)) {
return null;
}
return ch;
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

@SathyaJayabal This filter other members TaaS payment in FE.

@dedywahyudi dedywahyudi deleted the feature/unassigned-tasks branch June 3, 2022 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants