Skip to content

Commit

Permalink
avg. instead of avg
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk authored Apr 28, 2024
1 parent 37d482d commit a082cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const EvaluationResults: React.FC<Props> = () => {
{
flex: 1,
field: "average_latency",
headerName: "Avg Latency",
headerName: "Avg. Latency",
hide: hiddenCols.includes("Latency"),
minWidth: 120,
...getFilterParams("number"),
Expand Down

0 comments on commit a082cc2

Please sign in to comment.