feat: hide pagination for the toptags route
This commit is contained in:
@@ -81,7 +81,8 @@ export default (router, tpl) => {
|
||||
toptags,
|
||||
toptags_regged,
|
||||
phrase,
|
||||
tmp: null
|
||||
tmp: null,
|
||||
hidePagination: true
|
||||
}, req)
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user