Skip to content
Merged

hotfix #1075

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions apps/mail/components/mail/mail-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -833,15 +833,6 @@ export const MailList = memo(
}
}}
/>
<div className="mt-5">
<p className="text-lg">It's empty here</p>
<p className="text-md text-[#6D6D6D] dark:text-white/50">
Search for another email or{' '}
<button className="underline" onClick={clearFilters}>
clear filters
</button>
</p>
</div>
</div>
)}
</>
Expand Down