diff --git a/src/app/schedule/_components/my.tsx b/src/app/schedule/_components/my.tsx index 27167855..32dd97e7 100644 --- a/src/app/schedule/_components/my.tsx +++ b/src/app/schedule/_components/my.tsx @@ -24,7 +24,8 @@ export default function My() { type: 'myPost', cursor, size, - filter: 'ALL', + filter: 'ACTIVE', + excludeStatuses: ['CLOSED'], }); }, queryKey: groupKeys.myGroupsList('myPost') as ['myGroups', 'myPost'],