removed console.log

This commit is contained in:
Patrick O'Carroll 2018-04-09 17:01:58 +02:00
parent 0203e7afd5
commit 77b8ccd7f5

View File

@ -8,7 +8,6 @@ const setClassNameHelper = inherited => {
};
function ItemAvatar({ item }) {
console.log(item);
if (item.userAvatarUrl) {
return <img className="filter-table__avatar" src={item.userAvatarUrl} />;
}