Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:UNICEFECAR/USupport-country-admi…
Browse files Browse the repository at this point in the history
…n-ui
  • Loading branch information
vasilen-7DIGIT committed May 9, 2024
2 parents 4f1bbba + 0a8a6ee commit 891dda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/Articles/Articles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ export const Articles = () => {
);

if (
!article.title.toLowerCase().includes(search) &&
!article.description.toLowerCase().includes(search) &&
!article.title?.toLowerCase().includes(search) &&
!article.description?.toLowerCase().includes(search) &&
!date?.includes(search) &&
!category?.includes(search) &&
!labels?.some((x) => {
Expand Down

0 comments on commit 891dda7

Please sign in to comment.