mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
removed console.log
This commit is contained in:
parent
0203e7afd5
commit
77b8ccd7f5
@ -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} />;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user