From de9b3e300f0c7da677a7f5cce7f25378462ae4ea Mon Sep 17 00:00:00 2001 From: Aaron William Po Date: Sun, 26 Nov 2023 21:51:10 -0500 Subject: [PATCH] style fix --- src/components/Account/BeerPostsByUser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (