fix(comp): modified the card in notification detail

This commit is contained in:
zain94rif
2026-01-07 17:07:42 +07:00
parent fe8f6d1002
commit 8e151ffe0b
2 changed files with 55 additions and 123 deletions

View File

@@ -612,9 +612,6 @@ const ListNotification = memo(function ListNotification(props) {
icon={<SendOutlined />}
onClick={async () => {
await resendChatByUser(user.id, user.phone);
// message.info(
// 'Resend feature is not available yet. This feature is still under development.'
// );
}}
>
Resend