Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions static/app/views/preprod/buildDetails/buildDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ export default function BuildDetails() {
<BuildError
title="Build details unavailable"
message={
buildDetailsQuery.error?.message ||
'Unable to load build details for this artifact' // TODO(preprod): translate once we have a final design
typeof buildDetailsQuery.error?.responseJSON?.error === 'string'
? buildDetailsQuery.error?.responseJSON.error
: 'Unable to load build details for this artifact' // TODO(preprod): translate once we have a final design
}
/>
</Layout.Page>
Expand Down