Skip to content

Commit

Permalink
Web: People: removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
gopienkonikita committed Nov 15, 2021
1 parent 7ca1a18 commit d403fa1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const PeopleTableRow = (props) => {
};

const userRole = getRoleTranslation();
console.log("userRole", userRole);

const nameColor = statusType === "pending" ? "#A3A9AE" : "#333333";
const sideInfoColor = statusType === "pending" ? "#D0D5DA" : "#A3A9AE";
Expand Down

0 comments on commit d403fa1

Please sign in to comment.