fix: wallet page pagination
This commit is contained in:
parent
59bccd9474
commit
9a5236bc1b
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
||||||
("title" "Issue refund")
|
("title" "Issue refund")
|
||||||
(icon (text "undo")))
|
(icon (text "undo")))
|
||||||
(text "{%- endif %}")))
|
(text "{%- endif %}")))
|
||||||
(text "{%- endfor %}")))))))
|
(text "{%- endfor %}"))))
|
||||||
|
(text "{{ components::pagination(page=page, items=list|length) }}"))))
|
||||||
|
|
||||||
(dialog
|
(dialog
|
||||||
("id" "buy_dialog")
|
("id" "buy_dialog")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue