courrier preview
This commit is contained in:
parent
15043f0b0c
commit
96e16ea80d
@ -304,7 +304,7 @@ export default function CourrierPage() {
|
|||||||
id: account.id,
|
id: account.id,
|
||||||
name: account.display_name || account.email,
|
name: account.display_name || account.email,
|
||||||
email: account.email,
|
email: account.email,
|
||||||
color: colorPalette[(updatedAccounts.length) % colorPalette.length],
|
color: account.color || colorPalette[(updatedAccounts.length) % colorPalette.length],
|
||||||
folders: validFolders
|
folders: validFolders
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user