use display name function

This commit is contained in:
miloschwartz
2026-01-19 20:49:39 -08:00
parent e09cd6c16c
commit b299f3d6aa
14 changed files with 121 additions and 26 deletions

View File

@@ -340,6 +340,7 @@ export type ApprovalItem = {
name: string | null;
userId: string;
username: string;
email: string | null;
};
};