${BROWSER_ID_TO_LABEL[browser]}
- ${scorePart} ${this.renderDeltaChip(browser)}
+ ${scorePart}
${this.renderBrowserImpl(browserImpl)}
`;
diff --git a/frontend/src/static/js/components/webstatus-overview-cells.ts b/frontend/src/static/js/components/webstatus-overview-cells.ts
index a6ab68626..46e95fac2 100644
--- a/frontend/src/static/js/components/webstatus-overview-cells.ts
+++ b/frontend/src/static/js/components/webstatus-overview-cells.ts
@@ -31,8 +31,6 @@ import './webstatus-feature-badge.js';
import {formatDeveloperUpvotesMessages} from '../utils/format.js';
import {VendorPositions} from '../utils/vendor-position.js';
-const MISSING_VALUE = html``;
-
type CellRenderer = {
(
feature: components['schemas']['Feature'],
@@ -41,6 +39,7 @@ type CellRenderer = {
browser?: components['parameters']['browserPathParam'];
channel?: components['parameters']['channelPathParam'];
platform?: string;
+ fallbackText?: string;
},
): TemplateResult | typeof nothing;
};
@@ -445,7 +444,7 @@ export const renderAvailablity: CellRenderer = (
};
function renderMissingPercentage(): TemplateResult {
- return html`