diff --git a/components/ProfileTextFeed.tsx b/components/ProfileTextFeed.tsx index c009bae..826ed60 100644 --- a/components/ProfileTextFeed.tsx +++ b/components/ProfileTextFeed.tsx @@ -10,7 +10,7 @@ interface ProfileTextFeedProps { const ProfileTextFeed: React.FC = ({ pubkey }) => { const now = useRef(new Date()); - const [limit, setLimit] = useState(10); + const [limit, setLimit] = useState(100); const { events, isLoading } = useNostrEvents({ filter: {