Skip to content

Commit 89caf2e

Browse files
committed
#4172 Better boolean comparison of showRSS test
1 parent f0dd3ff commit 89caf2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/pagination/pagination.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ul>
4444
</div>
4545
}
46-
@if (showRSS) {
46+
@if (showRSS !== false) {
4747
<ds-rss [sortConfig]="rssSortOptions"></ds-rss>
4848
}
4949
</div>

0 commit comments

Comments
 (0)