fix catalog filter counts persistence between subplebbits and page refreshes

This commit is contained in:
Tom (plebeius.eth)
2025-03-06 18:07:44 +01:00
parent 0faaa4982a
commit ad60404792
4 changed files with 66 additions and 8 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ const Catalog = () => {
<div className={styles.content}>
<hr />
<div className={styles.catalog}>
{processedFeed.length !== 0 ? (
{processedFeed?.length !== 0 ? (
<>
<Virtuoso
increaseViewportBy={{ bottom: 1200, top: 1200 }}