Skip to content

Commit

Permalink
Fix role listing skill match data load
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoksim committed Nov 7, 2023
1 parent 1e68ae7 commit 5aad71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/pages/RoleListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ const RoleListing = ({

// RoleList component ====================================================
useEffect(() => {
if (roleListings.length === 0) {
// if (roleListings.length === 0) {
getRoleListings(user);
}
// }
if (roles.length === 0) {
getRoles();
}
Expand Down

0 comments on commit 5aad71f

Please sign in to comment.