feat: hide pagination for the toptags route

This commit is contained in:
x
2026-01-24 19:45:04 +01:00
parent 87e6e5355a
commit 89483df993

View File

@@ -81,7 +81,8 @@ export default (router, tpl) => {
toptags,
toptags_regged,
phrase,
tmp: null
tmp: null,
hidePagination: true
}, req)
});
});