Skip to content

Commit cca8460

Browse files
committed
fix: Update OL element
1 parent 3a7df9e commit cca8460

File tree

1 file changed

+1
-0
lines changed
  • packages/components/lists/bolt-ol/src

1 file changed

+1
-0
lines changed

packages/components/lists/bolt-ol/src/ol.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
nested: true,
2626
index: loop.index,
2727
length: loop.length,
28+
last: loop.last
2829
} %}
2930
{% include "@bolt-components-li/li.twig" with nested_item only %}
3031
{% endfor %}

0 commit comments

Comments
 (0)