Skip to content

Commit

Permalink
fix(search): articles customer portal
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Oct 2, 2024
1 parent b0da8a2 commit db35aa4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ function searchArticles() {
const articles = category.articles.filter(
(article) =>
article.title.toLowerCase().includes(search) ||
article.subtitle.toLowerCase().includes(search) ||
category.authors[article.author].name.toLowerCase().includes(search)
);
_articles.value = articles;
Expand Down

0 comments on commit db35aa4

Please sign in to comment.