Merge pull request #65 from aaronpo97/dev

style fix
This commit is contained in:
Aaron Po
2023-11-26 21:52:05 -05:00
committed by GitHub

View File

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