Skip to content

Commit

Permalink
forgot to remove post skeleton gallery from blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Mar 27, 2024
1 parent a520bd3 commit 95be665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const BlogPage = () => {
return (
<div className={styles.wrapper}>
<main className={styles.main}>
<PostSkeletonGallery />
<Suspense fallback={<PostSkeletonGallery />}>
<PostGalleryContainer />
</Suspense>
Expand Down

0 comments on commit 95be665

Please sign in to comment.