mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
style fix
This commit is contained in:
@@ -36,7 +36,7 @@ const BeerPostsByUser: FC = () => {
|
|||||||
})}
|
})}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{(isLoading || isLoadingMore) && (
|
{isLoadingMore && (
|
||||||
<>
|
<>
|
||||||
{Array.from({ length: PAGE_SIZE }, (_, i) => (
|
{Array.from({ length: PAGE_SIZE }, (_, i) => (
|
||||||
<LoadingCard key={i} />
|
<LoadingCard key={i} />
|
||||||
|
|||||||
Reference in New Issue
Block a user