From baf61a1f3744ced06cbc622a28102f75c5ec2e43 Mon Sep 17 00:00:00 2001 From: DIMAX99 Date: Fri, 5 Sep 2025 00:30:21 +0530 Subject: [PATCH] Fixed the overlapping card issue in post tab --- app/(dashboard)/(routes)/teams/components/PostsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(dashboard)/(routes)/teams/components/PostsTab.tsx b/app/(dashboard)/(routes)/teams/components/PostsTab.tsx index b86b2ff..45a993d 100644 --- a/app/(dashboard)/(routes)/teams/components/PostsTab.tsx +++ b/app/(dashboard)/(routes)/teams/components/PostsTab.tsx @@ -66,7 +66,7 @@ useEffect(() => { }); return ( -
+
{loading ? (