mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix
This commit is contained in:
@@ -93,7 +93,7 @@ where
|
|||||||
&search_data,
|
&search_data,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
if t_page < total_pages.into() {
|
if t_page + 5 < total_pages.into() {
|
||||||
five_page_row.push(generic_get_pagination_button(
|
five_page_row.push(generic_get_pagination_button(
|
||||||
page + 5,
|
page + 5,
|
||||||
PaginationDelta::FivePlus,
|
PaginationDelta::FivePlus,
|
||||||
|
|||||||
Reference in New Issue
Block a user