mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removed console.log
This commit is contained in:
parent
0203e7afd5
commit
77b8ccd7f5
@ -8,7 +8,6 @@ const setClassNameHelper = inherited => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function ItemAvatar({ item }) {
|
function ItemAvatar({ item }) {
|
||||||
console.log(item);
|
|
||||||
if (item.userAvatarUrl) {
|
if (item.userAvatarUrl) {
|
||||||
return <img className="filter-table__avatar" src={item.userAvatarUrl} />;
|
return <img className="filter-table__avatar" src={item.userAvatarUrl} />;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user