diff --git a/src/app/(main)/dashboard/_components/posts.tsx b/src/app/(main)/dashboard/_components/posts.tsx index eb578d6..9436422 100644 --- a/src/app/(main)/dashboard/_components/posts.tsx +++ b/src/app/(main)/dashboard/_components/posts.tsx @@ -42,7 +42,9 @@ export const Posts = ({ posts, subscriptionPlan }: PostsProps) => { return (
{optimisticPosts.map((post) => (