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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user