diff --git a/js/src/forum/components/DiscussionPage.js b/js/src/forum/components/DiscussionPage.js index fe8ad4bf4..8d51ca7c8 100644 --- a/js/src/forum/components/DiscussionPage.js +++ b/js/src/forum/components/DiscussionPage.js @@ -28,7 +28,7 @@ export default class DiscussionPage extends Page { /** * The number of the first post that is currently visible in the viewport. * - * @type {Integer} + * @type {number} */ this.near = m.route.param('near') || 0;