mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 02:23:14 -05:00
removed console.log
This commit is contained in:
@@ -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} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user