We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c752f0e + 7d14a74 commit ba23089Copy full SHA for ba23089
site/frontend/src/pages/status/page.vue
@@ -107,7 +107,7 @@ function hasErrors(request: BenchmarkRequest) {
107
108
function getErrorsLength(errors: Dict<string>) {
109
const errorsLen = Object.keys(errors).length;
110
- return `${errorsLen} ${errorsLen > 1 ? "s" : ""}`;
+ return `${errorsLen}`;
111
}
112
113
function ExpectedCurrentRequestCompletion() {
0 commit comments