bug: load more fix

This commit is contained in:
2023-03-28 16:41:57 +01:00
parent 465c59ea20
commit 2ccf593476
7 changed files with 71 additions and 39 deletions

View File

@ -5,7 +5,7 @@ import { useInView } from "react-intersection-observer";
import { TaggedRawEvent, EventKind, u256 } from "@snort/nostr";
import Icon from "Icons/Icon";
import { dedupeByPubkey, findTag, tagFilterOfTextRepost, unixNow } from "Util";
import { dedupeByPubkey, findTag, tagFilterOfTextRepost } from "Util";
import ProfileImage from "Element/ProfileImage";
import useTimelineFeed, { TimelineFeed, TimelineSubject } from "Feed/TimelineFeed";
import LoadMore from "Element/LoadMore";