mirror of
https://github.com/plebbit/seedit.git
synced 2026-06-11 17:46:27 -04:00
fix(subplebbit): could temporarily show "no posts" in subplebbit with 1 post just published by user
This commit is contained in:
@@ -351,7 +351,7 @@ const Subplebbit = () => {
|
||||
const footerProps: FooterProps = {
|
||||
subplebbitAddresses,
|
||||
subplebbitAddress,
|
||||
feedLength: feed.length || 0,
|
||||
feedLength: combinedFeed.length || 0,
|
||||
isOnline,
|
||||
started,
|
||||
isSubCreatedButNotYetPublished,
|
||||
|
||||
Reference in New Issue
Block a user