diff --git a/src/components/Account/BeerPostsByUser.tsx b/src/components/Account/BeerPostsByUser.tsx index 3f079ab..c7a248c 100644 --- a/src/components/Account/BeerPostsByUser.tsx +++ b/src/components/Account/BeerPostsByUser.tsx @@ -36,7 +36,7 @@ const BeerPostsByUser: FC = () => { })} )} - {(isLoading || isLoadingMore) && ( + {isLoadingMore && ( <> {Array.from({ length: PAGE_SIZE }, (_, i) => (