Skip to content

Commit 6f878e5

Browse files
committed
DSpace#4172 Better boolean comparison of showRSS test
1 parent 3a347d8 commit 6f878e5

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)