Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-06-11 03:09:17 +00:00
parent aa0e3dcce3
commit fc498bc34f
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ export class SearchAutocomplete {
}
getAvatar(item) {
if (!Object.hasOwnProperty.call(item, 'avatar_url')) {
if (!Object.prototype.hasOwnProperty.call(item, 'avatar_url')) {
return false;
}