We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dd3ff commit 89caf2eCopy full SHA for 89caf2e
1 file changed
src/app/shared/pagination/pagination.component.html
@@ -43,7 +43,7 @@
43
</ul>
44
</div>
45
}
46
- @if (showRSS) {
+ @if (showRSS !== false) {
47
<ds-rss [sortConfig]="rssSortOptions"></ds-rss>
48
49
0 commit comments