Revert comment
| @@ -17,7 +17,8 @@ import { groups, selected_group } from './group-chats.js'; | ||
| 17 | 17 | import { getCurrentLocale, t } from './i18n.js'; |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | 20 | * Function returning paginationPagination status string template. |
| 21 | + * @type {string} | |
| 21 | 22 | */ |
| 22 | 23 | export const PAGINATION_TEMPLATE = '<%= rangeStart %>-<%= rangeEnd %> .. <%= totalNumber %>'; |
| 23 | 24 | |