diff --git a/apps/web/src/app/main/my-path/components/MyPathListContainer.tsx b/apps/web/src/app/main/my-path/components/MyPathListContainer.tsx index 33e0346..b7dfd33 100644 --- a/apps/web/src/app/main/my-path/components/MyPathListContainer.tsx +++ b/apps/web/src/app/main/my-path/components/MyPathListContainer.tsx @@ -17,7 +17,12 @@ export default function MyPathListContainer() { pageSize: 12, where: { type: PostType.PATH, - authorId: user.id, + students: { + some: { + id: user?.id, + }, + }, + ...termsCondition, ...searchCondition, },