diff --git a/src/ai/list/index.jsx b/src/ai/list/index.jsx index a61c8b20..10199683 100644 --- a/src/ai/list/index.jsx +++ b/src/ai/list/index.jsx @@ -115,12 +115,12 @@ function List(props) { {model.date} - {Object.hasOwn(model, "downloads") && + {Object.prototype.hasOwnProperty.call(model, "downloads") && {model.downloads} } - {Object.hasOwn(model, "forkedCount") && + {Object.prototype.hasOwnProperty.call(model, "forkedCount") && {model.forkedCount}