Gifts: Remove the previous fix from the gift selection page

He was not needed :3
This commit is contained in:
Maxim Leshchenko 2021-12-04 15:47:42 +02:00 committed by GitHub
parent 92146b8e47
commit 7591c1082b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,10 @@
<div style="padding: 8px;">
{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,
]}
</div>
{/block}