mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Run npm audit
This commit is contained in:
@@ -74,10 +74,10 @@ const sortedArticles = allArticles.sort((a, b) => {
|
||||
);
|
||||
|
||||
if (matchesSearch) {
|
||||
(article as HTMLElement).classList.remove("hidden");
|
||||
article.classList.remove("hidden");
|
||||
hasResults = true;
|
||||
} else {
|
||||
(article as HTMLElement).classList.add("hidden");
|
||||
article.classList.add("hidden");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user