Forgot add comment for hideMyAnimeInExplorer and one empty line
This commit is contained in:
parent
658afe2c8f
commit
4ceb250fa9
@ -41,7 +41,6 @@ export function hideAddedAnime(arn?: AnimeNotifier, input?: HTMLInputElement) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Hides anime that are not in your list.
|
||||
|
@ -475,6 +475,7 @@ export default class AnimeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
// Hides user anime automatically if localStorage.hide is true
|
||||
hideMyAnimeInExplorer() {
|
||||
if(!this.app.currentPath.includes("/explore")){
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user