From 0ab74de7e18fd8966eb7ca7d34c2b91078b044cc Mon Sep 17 00:00:00 2001 From: Touha Zohair Date: Mon, 12 Feb 2024 14:19:49 +0600 Subject: [PATCH] fix free subs cannot create new post --- src/app/(main)/dashboard/_components/posts.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) => (