Skip to content

Commit

Permalink
refactor(TAT-146): lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonrobbins committed May 24, 2024
1 parent 4fe4e0c commit 5261678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SystemScoreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</button>
</div>
<div class="system-score-row">
<div v-for="monitoringType, i of Object.keys(this.calculatorStore.systemScore)" :key="monitoringType"
<div v-for="monitoringType of Object.keys(this.calculatorStore.systemScore)" :key="monitoringType"
class="w-max inline-block mr-2">
<span class="highlight">{{ getScoreText(monitoringType) }}</span>
{{ monitoringType }} Monitoring<span class="comma">,</span><span class="pipe">|</span>
Expand Down

0 comments on commit 5261678

Please sign in to comment.