style fix

This commit is contained in:
Aaron William Po
2023-11-26 21:51:10 -05:00
parent 00e980d71e
commit de9b3e300f

View File

@@ -36,7 +36,7 @@ const BeerPostsByUser: FC = () => {
})}
</>
)}
{(isLoading || isLoadingMore) && (
{isLoadingMore && (
<>
{Array.from({ length: PAGE_SIZE }, (_, i) => (
<LoadingCard key={i} />