Skip to content

Commit cc20293

Browse files
committed
Reformat
1 parent da376fd commit cc20293

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

site/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,12 @@ export const AuditLogRow: FC<AuditLogRowProps> = ({
172172
<div>
173173
<h4 css={styles.auditLogInfoHeader}>Reason:</h4>
174174
<div>
175-
{buildReasonLabels[
176-
auditLog.additional_fields.build_reason as BuildReason
177-
]}
175+
{
176+
buildReasonLabels[
177+
auditLog.additional_fields
178+
.build_reason as BuildReason
179+
]
180+
}
178181
</div>
179182
</div>
180183
)}
@@ -214,9 +217,12 @@ export const AuditLogRow: FC<AuditLogRowProps> = ({
214217
<span css={styles.auditLogInfo}>
215218
<span>Reason: </span>
216219
<strong>
217-
{buildReasonLabels[
218-
auditLog.additional_fields.build_reason as BuildReason
219-
]}
220+
{
221+
buildReasonLabels[
222+
auditLog.additional_fields
223+
.build_reason as BuildReason
224+
]
225+
}
220226
</strong>
221227
</span>
222228
)}

0 commit comments

Comments
 (0)