safer check for checking missing CrUx data
This commit is contained in:
parent
5b82cb84b5
commit
37a3ce449f
|
|
@ -44,7 +44,7 @@ each experience in experiences
|
|||
h4 Distribution
|
||||
table
|
||||
each name, key in metrics
|
||||
if crux[experience][formFactor].data.record.metrics[key].histogram
|
||||
if crux[experience][formFactor].data.record.metrics[key] && crux[experience][formFactor].data.record.metrics[key].histogram
|
||||
tr
|
||||
th #{name}
|
||||
th Min
|
||||
|
|
|
|||
Loading…
Reference in New Issue