mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Display type for recentEmail
This commit is contained in:
parent
de971bb027
commit
2ae920f36d
1 changed files with 3 additions and 1 deletions
|
|
@ -161,7 +161,9 @@ export default function RecentEmails(): JSX.Element {
|
|||
},
|
||||
}}
|
||||
>
|
||||
{formattedShortDate(recentEmail.createdAt)}
|
||||
{`${formattedShortDate(
|
||||
recentEmail.createdAt
|
||||
)}, classfied as: ${recentEmail.type}`}
|
||||
</StyledText>
|
||||
</HStack>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue