New communities fetch limit is 50. (#711)

This commit is contained in:
Dessalines 2022-07-13 10:27:43 -04:00 committed by GitHub
parent 5dfb26cfd8
commit 08bee55056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import { ListingTypeSelect } from "../common/listing-type-select";
import { Paginator } from "../common/paginator"; import { Paginator } from "../common/paginator";
import { CommunityLink } from "./community-link"; import { CommunityLink } from "./community-link";
const communityLimit = 100; const communityLimit = 50;
interface CommunitiesState { interface CommunitiesState {
listCommunitiesResponse: Option<ListCommunitiesResponse>; listCommunitiesResponse: Option<ListCommunitiesResponse>;