Skip to content

Commit

Permalink
report(runtime-error): design-update
Browse files Browse the repository at this point in the history
updated category-renderer.js file to fix ubuntu test
  • Loading branch information
rahulpatel596 committed Nov 15, 2020
1 parent 9f3fa32 commit 9d894d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/report/html/renderer/category-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ class CategoryRenderer {
const percentageEl = this.dom.find('.lh-gauge__percentage', tmpl);
percentageEl.textContent = scoreOutOf100.toString();
if (category.score === null) {
percentageEl.textContent = '!';
percentageEl.textContent = '?';
percentageEl.title = Util.i18n.strings.errorLabel;
}

Expand Down

0 comments on commit 9d894d8

Please sign in to comment.