This commit is contained in:
2026-06-26 18:14:26 +08:00
parent f604791c69
commit 1baa6d87cf
10 changed files with 404 additions and 30 deletions

View File

@@ -0,0 +1,3 @@
export const formatRejectionReason = (reason?: string | null): string => {
return reason || '-'
}