diff --git a/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChangeItem.tsx b/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChangeItem.tsx
index da3b07909..430ec8492 100644
--- a/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChangeItem.tsx
+++ b/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChangeItem.tsx
@@ -96,7 +96,7 @@ export const SecretApprovalRequestChangeItem = ({
Key
-
{secretVersion?.secretKey}
+
{secretVersion?.secretKey}
Value
@@ -148,7 +148,7 @@ export const SecretApprovalRequestChangeItem = ({
Comment
-
+
{secretVersion?.secretComment || (
-
)}{" "}
@@ -187,15 +187,27 @@ export const SecretApprovalRequestChangeItem = ({
className="mr-0 flex items-center rounded-r-none border border-mineshaft-500"
>
-
{el.key}
+
+
+ {el.key}
+
+
-
- {el.value}
-
+
+
+ {el.value}
+
+
))}
@@ -222,7 +234,7 @@ export const SecretApprovalRequestChangeItem = ({
Key
-
{newVersion?.secretKey}
+
{newVersion?.secretKey}
Value
@@ -274,7 +286,7 @@ export const SecretApprovalRequestChangeItem = ({
Comment
-
+
{newVersion?.secretComment || (
-
)}{" "}
@@ -312,15 +324,27 @@ export const SecretApprovalRequestChangeItem = ({
className="mr-0 flex items-center rounded-r-none border border-mineshaft-500"
>
-
{el.key}
+
+
+ {el.key}
+
+
-
- {el.value}
-
+
+
+ {el.value}
+
+
))}
diff --git a/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChanges.tsx b/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChanges.tsx
index e1bcabe78..697ff05ea 100644
--- a/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChanges.tsx
+++ b/frontend/src/pages/secret-manager/SecretApprovalsPage/components/SecretApprovalRequest/components/SecretApprovalRequestChanges.tsx
@@ -225,7 +225,7 @@ export const SecretApprovalRequestChanges = ({
return (
-
+
@@ -493,7 +493,7 @@ export const SecretApprovalRequestChanges = ({
.
{reviewer?.comment && (
-
+
{reviewer?.comment && reviewer.comment}
)}
@@ -516,7 +516,7 @@ export const SecretApprovalRequestChanges = ({
/>
-
+
Reviewers
{secretApprovalRequestDetails?.policy?.approvers
@@ -537,17 +537,17 @@ export const SecretApprovalRequestChanges = ({
requiredApprover.lastName || ""
}`}
>
- {requiredApprover?.email}
+ {requiredApprover?.email}
*
{reviewer?.comment && (
-
+
)}