draft + pwa icons

This commit is contained in:
hamid zarghami
2025-07-28 14:49:17 +03:30
parent 4d8bbc0308
commit 179f9a08f2
9 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ const List: FC = () => {
setNextCursor(undefined);
};
const messages = draftData?.data?.draftMails || [];
const messages = draftData?.data?.draftsMail || [];
const pager = draftData?.data?.pager;
return (