Skip to content
Snippets Groups Projects
Commit 01c5ba5c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix sender

parent 041d66a3
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ export class SendedResourceListComponent implements OnInit { ...@@ -103,7 +103,7 @@ export class SendedResourceListComponent implements OnInit {
data.emails = data.emails.map((item: any) => { data.emails = data.emails.map((item: any) => {
return { return {
id: item.id, id: item.id,
sender: item.receptionDate, sender: item.sender.email,
recipients: item.recipients, recipients: item.recipients,
creationDate: item.creation_date, creationDate: item.creation_date,
sendDate: item.send_date, sendDate: item.send_date,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment