From 97296fe803ff3036f95973024963b2adb7010681 Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Tue, 22 Oct 2024 17:01:55 +0900 Subject: [PATCH] replace with n/a --- src/libs/Firebase/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/Firebase/utils.ts b/src/libs/Firebase/utils.ts index 0235953bfcd3..4f7718e691ed 100644 --- a/src/libs/Firebase/utils.ts +++ b/src/libs/Firebase/utils.ts @@ -26,8 +26,8 @@ function getAttributes(): FirebaseAttributes { transactionViolationsLength, policiesLength, transactionsLength, - policyType: policy?.type ?? '', - policyRole: policy?.role ?? '', + policyType: policy?.type ?? 'N/A', + policyRole: policy?.role ?? 'N/A', }; }