Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:59:51 +00:00
co-authored by renee-png
parent 00b867fabf
commit 50a33f1bdf
+2
View File
@@ -22,6 +22,8 @@ const EMPTY = {
bio: "",
timezone: "",
avatar_url: "" as string | null | "",
signature_block: "",
signature_image_path: "" as string | null | "",
};
function initials(name: string, email: string) {