mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update comment
This commit is contained in:
@@ -11,7 +11,7 @@ const useCatalogFeedRows = (columnCount: number, feed: any, isFeedLoaded: boolea
|
|||||||
|
|
||||||
const feedWithFakePostsOnTop = useMemo(() => {
|
const feedWithFakePostsOnTop = useMemo(() => {
|
||||||
if (!isFeedLoaded) {
|
if (!isFeedLoaded) {
|
||||||
return []; // prevent rules and description from appearing while feed is loading
|
return []; // prevent temporary/mock posts from appearing while the actual feed is loading
|
||||||
}
|
}
|
||||||
|
|
||||||
const _feed = [...feed];
|
const _feed = [...feed];
|
||||||
|
|||||||
Reference in New Issue
Block a user