diff --git a/src/utils/index.js b/src/utils/index.js index f06a37f..1949653 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -147,6 +147,8 @@ function getPoster(id) { return anime.poster; } } + + return ""; }; async function getRelatedAnimes(id) {