spam list + socket events
This commit is contained in:
@@ -38,6 +38,13 @@ const List: FC = () => {
|
||||
</div>
|
||||
)
|
||||
},
|
||||
{
|
||||
key: 'intro',
|
||||
title: 'پیش نمایش',
|
||||
render: (item) => (
|
||||
<div className="truncate max-w-[250px]">{item.intro || 'بدون موضوع'}</div>
|
||||
)
|
||||
},
|
||||
{
|
||||
key: 'to',
|
||||
title: 'گیرنده',
|
||||
@@ -55,7 +62,7 @@ const List: FC = () => {
|
||||
title: 'تاریخ ارسال',
|
||||
align: 'center',
|
||||
render: (item) => (
|
||||
<span className="text-xs md:text-sm">
|
||||
<span className="">
|
||||
{formatDate(item.date)}
|
||||
</span>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user