Skip to content

Commit

Permalink
concat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-b committed Apr 3, 2024
1 parent 09d0c45 commit 623b5a0
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ export const BenchmarkGridItem = ({ type }: { type: string }) => {
<HighlightTextBoxComponent
title=""
text=""
highlight={
`${benchmarkValue} ` +
t(
highlight={`${benchmarkValue}
${t(
`software_delivery_performance_metrics.overall_labels.${benchmarkKey}`,
)
}
)}`}
healthStatus={
{
'week-elite': 'elite',
Expand Down

0 comments on commit 623b5a0

Please sign in to comment.