Skip to content

Commit

Permalink
fix: total of steps being step size
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed Jul 25, 2024
1 parent 62df179 commit cab5f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddPet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const html = `
<div class="add-pet__steps">
<p class="add-pet__steps--first" data-select="first-step">1</p>
<span>/</span>
<p class="add-pet__steps--last" data-select="last-step">3<p>
<p class="add-pet__steps--last" data-select="last-step">${steps.size}<p>
</div>
</div>
</div>
Expand Down

0 comments on commit cab5f5a

Please sign in to comment.