fix(subplebbit): could temporarily show "no posts" in subplebbit with 1 post just published by user

This commit is contained in:
Tom (plebeius.eth)
2025-04-24 11:58:36 +02:00
parent eba4e52d68
commit d3b68bbd26

View File

@@ -351,7 +351,7 @@ const Subplebbit = () => {
const footerProps: FooterProps = {
subplebbitAddresses,
subplebbitAddress,
feedLength: feed.length || 0,
feedLength: combinedFeed.length || 0,
isOnline,
started,
isSubCreatedButNotYetPublished,