Skip to content

Commit

Permalink
fix: increase my post page size
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Jun 30, 2023
1 parent f721747 commit 92aa03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts/my-posts-list/my-posts-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Campus } from '@/lib/campus'
import Image from 'next/image'
import classNames from 'classnames/dedupe'

const pageSize = 5
const pageSize = 25

interface MyPostsListProps {
reason: PostItemReason
Expand Down

0 comments on commit 92aa03a

Please sign in to comment.