- {showNewSalaryForm ? (
-
- ) : null}
- {user?.role === ROLES.ADMIN &&
- !isSensitiveHidden &&
- !showNewSalaryForm ? (
-
- ) : null}
- {employee.cartaOptionGrants &&
- employee.cartaOptionGrants.length > 0 && (
+ {(showNewSalaryForm ||
+ (user?.role === ROLES.ADMIN && !isSensitiveHidden) ||
+ (employee.cartaOptionGrants &&
+ employee.cartaOptionGrants.length > 0)) && (
+
+
+ {showNewSalaryForm ? (
- )}
+ ) : null}
+ {user?.role === ROLES.ADMIN &&
+ !isSensitiveHidden &&
+ !showNewSalaryForm ? (
+
+ ) : null}
+ {employee.cartaOptionGrants &&
+ employee.cartaOptionGrants.length > 0 && (
+
+ )}
+
-
+ )}
{employee.cartaOptionGrants &&
employee.cartaOptionGrants.length > 0 &&