diff --git a/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx b/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx index 7204670..0afed2c 100644 --- a/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx +++ b/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx @@ -15,11 +15,7 @@ export default function MyDutyPathContainer() { pageSize: 12, where: { type: PostType.PATH, - students: { - some: { - id: user?.id, - }, - }, + authorId: user.id, ...termsCondition, ...searchCondition, },