diff --git a/src/pages/popup/components/home/emails/EmailList.tsx b/src/pages/popup/components/home/emails/EmailList.tsx index 68cc4d9..10bae4a 100644 --- a/src/pages/popup/components/home/emails/EmailList.tsx +++ b/src/pages/popup/components/home/emails/EmailList.tsx @@ -89,7 +89,7 @@ function EmailList({ // Call the main function to apply the filter applyFilter(); - }, [filter, filteredEmails]); + }, [filter]); // Use Fuse.js to perform the fuzzy search const fuse: Fuse = new Fuse(filteredEmails, {