diff --git a/src/app/features/store/pages/account-page/components/purchase-list/purchase-list.html b/src/app/features/store/pages/account-page/components/purchase-list/purchase-list.html
index 9bcc6ce..2da0666 100644
--- a/src/app/features/store/pages/account-page/components/purchase-list/purchase-list.html
+++ b/src/app/features/store/pages/account-page/components/purchase-list/purchase-list.html
@@ -17,13 +17,15 @@
}
@if (inReviewPagination(); as pagination) {
-
+ @if (pagination.last_page > 1) {
+
+ }
}
}
@@ -46,13 +48,15 @@
}
@if (paidPagination(); as pagination) {
-
+ @if (pagination.last_page > 1) {
+
+ }
}
}