fix: load more button loading indicator

This commit is contained in:
DIYgod 2023-06-16 01:12:23 +01:00
parent 9a5832bb1e
commit 7545009f3f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export default function PostList({
{posts.hasNextPage && (
<div className="text-center">
<Button
className="mt-8 truncate max-w-full !inline-block before:!hidden"
className="mt-8 truncate max-w-full !inline-block"
variant="outline"
onClick={() => posts.fetchNextPage()}
isLoading={posts.isFetchingNextPage}