Skip to content

Commit 68174d4

Browse files
committed
chore: 가정예배는 8개씩 가져오도록 설정
1 parent b311b5e commit 68174d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apps/client/src/query/homeWorship

apps/client/src/query/homeWorship/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import homeWorshipKeys from "./keys";
1313
import usePagination from "@/hooks/usePagination";
1414

1515
const useGetHomeWorships = () => {
16-
const { page, size } = usePagination();
16+
const { page } = usePagination();
17+
const size = 8;
1718

1819
return useQuery({
1920
placeholderData: (previousData) => previousData,

0 commit comments

Comments
 (0)