Skip to content

Commit

Permalink
Merge pull request #1552 from davidnixon/chore-more-lint
Browse files Browse the repository at this point in the history
chore: fix in-flight updates that were active when the lint rules cha…
  • Loading branch information
davidnixon committed Nov 1, 2023
2 parents 688af4e + 010f226 commit 641b828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CvProgress/CvProgressSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<li
v-for="n in 4"
v-bind:key="n"
:key="n"
:class="[
`${carbonPrefix}--progress-step`,
`${carbonPrefix}--progress-step--incomplete`,
Expand Down

0 comments on commit 641b828

Please sign in to comment.