We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe6e06 commit b68751bCopy full SHA for b68751b
site/src/pages/AuditPage/AuditLogRow/AuditLogDescription/BuildAuditDescription.tsx
@@ -15,7 +15,7 @@ export const BuildAuditDescription: FC<BuildAuditDescriptionProps> = ({
15
// workspaces can be started/stopped/deleted by a user, or kicked off automatically by Coder
16
const user =
17
auditLog.additional_fields?.build_reason &&
18
- systemBuildReasons.includes(auditLog.additional_fields?.build_reason)
+ systemBuildReasons.includes(auditLog.additional_fields?.build_reason)
19
? "Coder automatically"
20
: auditLog.user
21
? auditLog.user.username.trim()
0 commit comments