diff --git a/app/(tabs)/posts/_layout.tsx b/app/(tabs)/posts/_layout.tsx index 0288c4f..3381c01 100644 --- a/app/(tabs)/posts/_layout.tsx +++ b/app/(tabs)/posts/_layout.tsx @@ -2,9 +2,6 @@ import { Stack } from "expo-router"; export default function PostsLayout() { return ( - - - - + ) } \ No newline at end of file diff --git a/app/components/CompactPostComponent.tsx b/app/components/CompactPostComponent.tsx index 9c8d34e..6e50aa4 100644 --- a/app/components/CompactPostComponent.tsx +++ b/app/components/CompactPostComponent.tsx @@ -9,7 +9,7 @@ export const CompactPostComponent: React.FC = (post) => { return ( { router.push({ - pathname: '/posts/details', + pathname: '/posts/details', params: { id: post._id, }