Skip to content

Commit

Permalink
Distribution Comparison supports fenix probes (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
edugfilho authored Nov 29, 2023
1 parent 8411e55 commit 95f3368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChartContextMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
const canCompareDistributions = function () {
return (
['firefox', 'fog'].includes($store.product) &&
['firefox', 'fog', 'fenix'].includes($store.product) &&
['histogram', 'scalar']
.concat(GLEAN_METRICS)
.includes($store.probe.type) &&
Expand Down

0 comments on commit 95f3368

Please sign in to comment.