Skip to content

Commit

Permalink
Minor refactor - fix formatLatency formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Mar 26, 2024
1 parent 6e79904 commit 40be464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/lib/helpers/formatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const formatCurrency = (value = 0) => {
}

export const formatLatency = (value = 0) => {
return `${intlNumber}s`
return `${intlNumber.format(value)}s`
}

0 comments on commit 40be464

Please sign in to comment.