diff --git a/Web/Presenters/templates/Gifts/Pick.xml b/Web/Presenters/templates/Gifts/Pick.xml
index 9f6164ae..c2240d2b 100644
--- a/Web/Presenters/templates/Gifts/Pick.xml
+++ b/Web/Presenters/templates/Gifts/Pick.xml
@@ -34,11 +34,10 @@
{include "../components/paginator.xml", conf => (object) [
- "page" => $page,
- "count" => $count,
- "amount" => sizeof($gifts),
- "perPage" => OPENVK_DEFAULT_PER_PAGE,
- "atBottom" => true,
+ "page" => $page,
+ "count" => $count,
+ "amount" => sizeof($gifts),
+ "perPage" => OPENVK_DEFAULT_PER_PAGE,
]}
{/block}