Commit 77b8ccd7 by Patrick O'Carroll

removed console.log

parent 0203e7af
......@@ -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} />;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment