From 9a5236bc1b40aaed998556d076cdf05a204dc0f0 Mon Sep 17 00:00:00 2001 From: trisua Date: Mon, 11 Aug 2025 20:45:51 -0400 Subject: [PATCH] fix: wallet page pagination --- crates/app/src/public/html/economy/wallet.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/app/src/public/html/economy/wallet.lisp b/crates/app/src/public/html/economy/wallet.lisp index 82cf02a..8227bcb 100644 --- a/crates/app/src/public/html/economy/wallet.lisp +++ b/crates/app/src/public/html/economy/wallet.lisp @@ -80,7 +80,8 @@ ("title" "Issue refund") (icon (text "undo"))) (text "{%- endif %}"))) - (text "{%- endfor %}"))))))) + (text "{%- endfor %}")))) + (text "{{ components::pagination(page=page, items=list|length) }}")))) (dialog ("id" "buy_dialog")