Skip to content

Commit a40a690

Browse files
MinThaMiemansona
andcommitted
Update addon/components/es-pagination.hbs
Co-authored-by: Chris Manson <mansona@users.noreply.github.com>
1 parent e406f7e commit a40a690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/es-pagination.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77
{{/if}}
88

9-
{{#if @showNext}}
9+
{{#if (and (has-block "next") @showNext)}}
1010
<div class="next-wrapper">
1111
<div>{{yield to='next'}}</div>
1212
<img alt="right arrow" src="/images/icons/arrow-icon.svg" />

0 commit comments

Comments
 (0)