Web:Client:RoomSelector: fix calc page

This commit is contained in:
TimofeyBoyko 2022-09-07 13:21:33 +03:00
parent d1a5b28650
commit 64a847b1a8

View File

@ -116,7 +116,7 @@ const RoomSelector = ({
(startIndex) => {
setIsNextPageLoading(true);
const page = (startIndex - 1) / 100;
const page = startIndex / 100;
const filter = RoomsFilter.getDefault();