safer check for checking missing CrUx data

This commit is contained in:
soulgalore 2020-07-02 23:14:08 +02:00
parent 5b82cb84b5
commit 37a3ce449f
1 changed files with 1 additions and 1 deletions

View File

@ -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