mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 07:26:46 +00:00
MailChimp
This commit is contained in:
@@ -44,7 +44,7 @@ export const BlogListScroll = props => {
|
||||
})
|
||||
|
||||
return (
|
||||
<div id="container" className="w-full md:pr-8 mb-12" ref={targetRef}>
|
||||
<div id="posts-wrapper" className="w-full md:pr-8 mb-12" ref={targetRef}>
|
||||
{postsToShow.map(p => (
|
||||
<BlogItem key={p.id} post={p}/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user