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