Skip to content

Commit

Permalink
remove -1 for leaves (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tidelaw committed Jul 16, 2023
1 parent 9f55fa4 commit a1c1562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
</h3>
</div>
<p class="text-xs md:text-sm">
{($cmt.data.rightMostIndex - 1).toLocaleString()}
{($cmt.data.rightMostIndex).toLocaleString()}
</p>
</div>
</div>
Expand Down

0 comments on commit a1c1562

Please sign in to comment.