{groupedChats.older.map((chat) => (
{
setDeleteId(chatId);
setShowDeleteDialog(true);
}}
setOpenMobile={setOpenMobile}
/>
))}
>
)}
>
);
})()}
Are you absolutely sure?
This action cannot be undone. This will permanently delete your
chat and remove it from our servers.
Cancel
Continue
>
);
}