diff options
Diffstat (limited to 'apps/comments/src/views')
-rw-r--r-- | apps/comments/src/views/Comments.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/comments/src/views/Comments.vue b/apps/comments/src/views/Comments.vue index 8c3ec66c323..b58f3359304 100644 --- a/apps/comments/src/views/Comments.vue +++ b/apps/comments/src/views/Comments.vue @@ -186,7 +186,6 @@ export default { if (error.message === 'cancel') { return } - // Reverting offset this.error = t('comments', 'Unable to load the comments list') console.error('Error loading the comments list', error) } finally { |