diff --git a/assets/javascripts/discourse/components/reports/reading-time.gjs b/assets/javascripts/discourse/components/reports/reading-time.gjs index c8ec0fd..6e0ad3d 100644 --- a/assets/javascripts/discourse/components/reports/reading-time.gjs +++ b/assets/javascripts/discourse/components/reports/reading-time.gjs @@ -20,7 +20,7 @@ export default class ReadingTime extends Component {
diff --git a/assets/javascripts/discourse/components/reports/word-cards.gjs b/assets/javascripts/discourse/components/reports/word-cards.gjs index fa72bd8..532a163 100644 --- a/assets/javascripts/discourse/components/reports/word-cards.gjs +++ b/assets/javascripts/discourse/components/reports/word-cards.gjs @@ -8,7 +8,7 @@ export default class WordCards extends Component {

Word Usage

{{#each-in @report.data as |word count|}} - {{! can we pass in an index here? This way inside word-card.gjs instead of random colors & images chosen, we just set them to be static }} + {{! can we pass in an index here? This way inside instead of random colors & images chosen, we just set them to be static }} {{/each-in}}