mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Improve Board style
This commit is contained in:
@@ -25,7 +25,7 @@ const PostList = ({ posts, areLoading, error, handleLoadMore, page, hasMore }: P
|
||||
loadMore={handleLoadMore}
|
||||
threshold={50}
|
||||
hasMore={hasMore}
|
||||
loader={<Spinner />}
|
||||
loader={<Spinner key={0} />}
|
||||
useWindow={true}
|
||||
>
|
||||
{posts.map((post, i) => (
|
||||
|
||||
Reference in New Issue
Block a user