diff --git a/packages/analytics/addon/components/ca-report-preview.hbs b/packages/analytics/addon/components/ca-report-preview.hbs index f9e9b570d..05f9f864d 100644 --- a/packages/analytics/addon/components/ca-report-preview.hbs +++ b/packages/analytics/addon/components/ca-report-preview.hbs @@ -30,7 +30,10 @@ {{#each this.data.value.fields as |row|}} {{#each row as |entry|}} - + {{entry.value}} {{/each}} @@ -39,7 +42,10 @@ {{#if this.data.value.summary}} {{#each this.data.value.summary as |summary|}} - + {{summary.value}} {{/each}}