Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed Jan 7, 2023
2 parents 96d2093 + 2d3f28f commit ec44a5f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ function CustomBreadcrumbs({ page, subPage, incidentId, incidentRef }: Props) {
>
{page}
</div>
<Typography color="text.primary">{subPage} (#{incidentRef})</Typography>
<Typography color="text.primary">
{subPage} (#{incidentRef})
</Typography>
</Breadcrumbs>
);
}
Expand Down

0 comments on commit ec44a5f

Please sign in to comment.