1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: remove console log

This commit is contained in:
Youssef Khedher 2022-02-25 16:26:09 +01:00 committed by GitHub
parent e5c5250961
commit 470e3b9656

View File

@ -147,7 +147,6 @@ export const ProjectAccessAddUser = ({ roles }: IProjectAccessAddUserProps) => {
};
const getOptionLabel = (option: IProjectAccessUser) => {
console.log(option);
if (option) {
return `${option.name || option.username || '(Empty name)'} <${
option.email || option.username