@@ -763,7 +769,7 @@ const PopInbox = () => {
)}
)}
- {isLoading || isFetching ?
: censusData.length === 0 ?
:
0} employeeNameData={employeeNameMap}
+ {isLoading || isFetching ? : censusData.length === 0 ? : 0} employeeNameData={employeeNameMap}
onSuccessEdit={(data) => {
setUpdatedCensus(data);
setShowComment(true);
diff --git a/health/micro-ui/web/public/index.html b/health/micro-ui/web/public/index.html
index 54d966c576..f74d5d5e3c 100644
--- a/health/micro-ui/web/public/index.html
+++ b/health/micro-ui/web/public/index.html
@@ -8,9 +8,9 @@
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet" type="text/css" />
-
+
-
+
DIGIT HCM