Skip to content

Commit

Permalink
✨ Filter Out Skills Without Consulting Pages (#623)
Browse files Browse the repository at this point in the history
filter out skills without markting page
  • Loading branch information
Aibono1225 authored Apr 15, 2024
1 parent 2cc671d commit 9117ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/CRMApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ const getUsersSkills = async () => {
};

return userSkill;
});
// .filter((us) => us.published === 'Published');
})
.filter((us) => us.published === 'Published');

return usersSkills;
};
Expand Down

0 comments on commit 9117ac6

Please sign in to comment.