Skip to content

Commit

Permalink
Merge pull request #145 from CybercentreCanada/hotfix/error_viewer
Browse files Browse the repository at this point in the history
Hotfix/error viewer
  • Loading branch information
cccs-sgaron authored Sep 27, 2021
2 parents 4021c60 + 820bdbe commit be14266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/routes/admin/error_viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function ErrorDetail({ error }) {
<Typography variant="h5">{error.response.service_name}</Typography>
<Typography variant="caption">
{`${error.response.service_version}${
error.response.service_tool_version && ` (${error.response.service_tool_version})`
error.response.service_tool_version ? ` (${error.response.service_tool_version})` : ''
}`}
</Typography>
</Grid>
Expand Down

0 comments on commit be14266

Please sign in to comment.