Skip to content

Commit

Permalink
Merge pull request #251 from us3r-network/B-feedsPageSize-shixuewen
Browse files Browse the repository at this point in the history
fix: update feeds pageSize
  • Loading branch information
friendlysxw authored Nov 14, 2023
2 parents d357e32 + 64dbbb4 commit 77e337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/u3/src/services/social/api/feeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export enum ProfileFeedsGroups {
REPLIES = 'replies',
}

export const FEEDS_PAGE_SIZE = 30;
export const FEEDS_PAGE_SIZE = 25;

export function getFeeds({
pageSize,
Expand Down

0 comments on commit 77e337f

Please sign in to comment.