Skip to content

Commit b68751b

Browse files
committed
:|
1 parent efe6e06 commit b68751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const BuildAuditDescription: FC<BuildAuditDescriptionProps> = ({
1515
// workspaces can be started/stopped/deleted by a user, or kicked off automatically by Coder
1616
const user =
1717
auditLog.additional_fields?.build_reason &&
18-
systemBuildReasons.includes(auditLog.additional_fields?.build_reason)
18+
systemBuildReasons.includes(auditLog.additional_fields?.build_reason)
1919
? "Coder automatically"
2020
: auditLog.user
2121
? auditLog.user.username.trim()

0 commit comments

Comments
 (0)