fix(comp): modified the card in notification detail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user