mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
New communities fetch limit is 50. (#711)
This commit is contained in:
parent
5dfb26cfd8
commit
08bee55056
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import { ListingTypeSelect } from "../common/listing-type-select";
|
|||
import { Paginator } from "../common/paginator";
|
||||
import { CommunityLink } from "./community-link";
|
||||
|
||||
const communityLimit = 100;
|
||||
const communityLimit = 50;
|
||||
|
||||
interface CommunitiesState {
|
||||
listCommunitiesResponse: Option<ListCommunitiesResponse>;
|
||||
|
|
Loading…
Reference in a new issue