mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add link to recently received emails
This commit is contained in:
parent
2168b73c67
commit
d9adf7f376
1 changed files with 3 additions and 0 deletions
|
|
@ -214,6 +214,9 @@ export default function EmailsPage(): JSX.Element {
|
|||
text={isValidating ? '-' : 'No Email Addresses Found'}
|
||||
/>
|
||||
)}
|
||||
<Link href="/settings/emails/recent">
|
||||
View recently received emails
|
||||
</Link>
|
||||
</SettingsTable>
|
||||
|
||||
{confirmDeleteEmailId ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue