4746 create created listener on blocklist (#5031)

Closes #4746 for messaging.

I will create another PR to implement the listener on calendar.
This commit is contained in:
bosiraphael
2024-04-18 15:06:13 +02:00
committed by GitHub
parent c42fcf435a
commit 8702c71d45
9 changed files with 202 additions and 2 deletions

View File

@ -19,7 +19,9 @@ export const SettingsAccountsEmailsBlocklistTableRow = ({
<TableRow key={blocklistItem.id}>
<TableCell>{blocklistItem.handle}</TableCell>
<TableCell>
{formatToHumanReadableDate(blocklistItem.createdAt)}
{blocklistItem.createdAt
? formatToHumanReadableDate(blocklistItem.createdAt)
: ''}
</TableCell>
<TableCell align="right">
<IconButton